Skip to content

c002/SharpFruit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpFruit

SharpFruit is a c# port of Find-Fruit.ps1

SharpFruit is intended to aid Penetration Testers in finding juicy targets on internal networks without nmap scanning.

As an example, one could execute SharpFruit.exe through Cobalt Strike's Beacon "execute-assembly" module.

Example usage

beacon>execute-assembly /root/SharpFruit/SharpFruit.exe --cidr 10.10.1.0/24 --port 8080

OR an example using SSL

beacon>execute-assembly /root/SharpFruit/SharpFruit.exe --cidr 10.10.1.0/24 --port 9443 --ssl+ --useragent "GoogleBotIsInsideYourNetwork"

About

A C# penetration testing tool to discover low-haning web fruit via web requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%