Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uknowsec/SharpNetCheck
https://github.com/uknowsec/SharpNetCheck
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uknowsec/SharpNetCheck
- Owner: uknowsec
- Created: 2020-01-15T14:54:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T15:05:05.000Z (almost 5 years ago)
- Last Synced: 2024-11-13T08:11:31.352Z (2 months ago)
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 290
- Watchers: 5
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - uknowsec/SharpNetCheck - (C# #)
README
# SharpNetCheck
在渗透过程中,对可以出网的机器是十分渴望的。在收集大量弱口令的情况下,一个一个去测试能不能出网太麻烦了。所以就有了这个工具,可配合如wmiexec、psexec等横向工具进行批量检测,该工具可以在dnslog中回显内网ip地址和计算机名,可实现内网中的快速定位可出网机器。```
> SharpNetCheck.exeAuthor: Uknow
Github: https://github.com/uknowsec/SharpNetCheckUsage: SharpNetCheck -dns -host ceye.io
SharpNetCheck -http -host/ip ceye.io
SharpNetCheck -all -host ceye.io
```