Sunday, August 30, 2020

SharpHose - Asynchronous Password Spraying Tool In C# For Windows Environments


SharpHose is a C# password spraying tool designed to be fast, safe, and usable over Cobalt Strike's execute-assembly. It provides a flexible way to interact with Active Directory using domain-joined and non-joined contexts, while also being able to target specific domains and domain controllers. SharpHose takes into consideration the domain password policy, including fine grained password policies, in an attempt to avoid account lockouts. Fine grained password policies are enumerated for the users and groups that that the policy applies to. If the policy applied also to groups, the group users are captured. All enabled domain users are then classified according to their password policies, in order of precedence, and marked as safe or unsafe. The remaining users are filtered against an optional user-supplied exclude list.
Besides just spraying, red team operators can view all of the password policies for a domain, all the users affected by the policy, or just view the enabled domain users. Output can be sent directly to the console or to a user-supplied output folder.
Follow me on Twitter for some more tool releases soon! @ustayready

Nozzles
Nozzles are built-in methods of spraying. While currently only supporting one Nozzle (LDAP), it's written in a way that makes it easily extendable.

LDAP
Active Directory spraying nozzle using the LDAP protocol
  • Asynchronous spraying for faster, but not too fast, results
  • Domain joined and non-joined spraying
  • Tight integration w/ domain password policies and fine grained password policies
  • Smart lockout prevention (lockoutThreshold n-1 just to be safe)
  • Optionally spray to specific domains and domain controllers
  • View password policies and the affected users

Coming soon!
  • MSOL
  • OWA/EWS
  • Lync

Compilation
  • Built using Visual Studio 2019 Community Edition
  • .NET Framework 4.5

Usage Examples
Cobalt Strike Users
Be sure to use the --auto to avoid the interactive prompts in SharpHose. Also, prepare your arguments locally so you can read the description before running. If you don't pass any arguments over execute-assembly, then SharpHose throws a "Missing Argument Exception" and Cobalt Strike won't return any output. You will know this is happening when you see [-] Invoke_3 on EntryPoint failed. This will be fixed eventually.
Domain Joined Spray w/o Interaction SharpHose.exe --action SPRAY_USERS --spraypassword Spring2020! --output c:\temp\ --auto
Domain Joined Spray w/ Exclusions SharpHose.exe --action SPRAY_USERS --spraypassword Spring2020! --output c:\temp\ --exclude c:\temp\exclusion_list.txt
Non-Domain Joined Spray SharpHose.exe --action SPRAY_USERS --spraypassword Spring2020! --domain lab.local --username demo --password DemoThePlanet --output c:\temp\
Domain Joined Show Policies Active Directory stores durations in negative large integer values which need to lapse after the last lockoutThreshold is exceeded. In future versions these will be formatted cleaner. SharpHose.exe --action GET_POLICIES --output c:\temp\
Domain Joined Show Policy Users SharpHose.exe --action GET_POLICY_USERS --policy lab --output c:\temp\
Domain Joined Show All Users SharpHose.exe --action GET_ENABLED_USERS --output c:\temp\
Domain Joined Spray Using Cobalt Strike execute-assembly /path/to/SharpHose.exe --action SPRAY_USERS --spraypassword Spring2020! --output c:\temp\ --auto

Shout-Outs




via KitPloit

More information


  1. Github Hacking Tools
  2. What Is Hacking Tools
  3. Pentest Tools Alternative
  4. Hacking Tools Free Download
  5. Hacker Tools Free
  6. New Hack Tools
  7. Kik Hack Tools
  8. Pentest Box Tools Download
  9. Pentest Recon Tools
  10. Pentest Tools Subdomain
  11. Hacker Tools Software
  12. Hacker Techniques Tools And Incident Handling
  13. Hack Tools For Ubuntu
  14. Pentest Tools Website Vulnerability
  15. Hack Tools Mac
  16. Hacking Tools Free Download
  17. Hacker Tools For Pc
  18. Pentest Tools Review
  19. New Hacker Tools
  20. New Hack Tools
  21. Android Hack Tools Github
  22. Hacker Search Tools
  23. Game Hacking
  24. Top Pentest Tools
  25. Pentest Tools Online
  26. Pentest Tools For Windows
  27. Hacker Tools For Mac
  28. Hacking Tools Hardware
  29. Hacker Tools For Mac
  30. Pentest Box Tools Download
  31. Pentest Tools For Android
  32. Hacker Tools For Windows
  33. Computer Hacker
  34. Hacker Tools 2020
  35. New Hack Tools
  36. Tools 4 Hack
  37. Hacker Tools Online
  38. Bluetooth Hacking Tools Kali
  39. Hack Tools Online
  40. Pentest Tools Find Subdomains
  41. Pentest Tools Download
  42. Hacking Apps
  43. Hacking Tools Usb
  44. Usb Pentest Tools
  45. Underground Hacker Sites
  46. Hacking Tools Name
  47. Hack Tools
  48. Hacking Tools For Windows 7
  49. Best Hacking Tools 2019
  50. Android Hack Tools Github
  51. Hacker Techniques Tools And Incident Handling
  52. Pentest Tools Find Subdomains
  53. Hacking Tools Hardware
  54. Hacking Tools Software
  55. Hacker Tools Free Download
  56. Github Hacking Tools
  57. Pentest Tools Android

No comments:

Post a Comment