# SharpEventLog **Repository Path**: uknowsec/SharpEventLog ## Basic Information - **Project Name**: SharpEventLog - **Description**: c# 读取登录过本机的登录失败或登录成功(4624,4625)的所有计算机信息,在内网渗透中快速定位运维管理人员。 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SharpEventLog ## 简介 读取登录过本机的登录失败或登录成功的所有计算机信息,在内网渗透中快速定位运维管理人员。 ## 使用说明 ### cmd.exe ``` > SharpEventLog.exe Author: Uknow Github: https://github.com/uknowsec/SharpEventLog Usage: SharpEventLog.exe -4624 SharpEventLog.exe -4625 ``` ![](https://github.com/uknowsec/SharpEventLog/blob/master/images.png) ### Cobalt Strike ``` execute-assembly /path/to/SharpEventLog.exe ```