GitHub - HunnicCyber/SharpDomainSpray: Basic password spraying tool for internal tests and red teaming
2019-07-24 21:51:45 Author: github.com(查看原文) 阅读量:182 收藏

Build Status

SharpDomainSpray is a very simple password spraying tool written in .NET. It takes a password then finds users in the domain and attempts to authenticate to the domain with that given password.

Usage

cmd.exe

C:\> SharpDomainSpray.exe test12345!

User: Administrator Password is: test12345!

User: TestUser Password is: test12345!

Cobalt Strike

> execute-assembly /path/to/SharpDomainSpray.exe test12345!

User: Administrator Password is: test12345!

User: TestUser Password is: test12345!

文章来源: https://github.com/HunnicCyber/SharpDomainSpray
如有侵权请联系:admin#unsafe.sh