Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 459 Bytes

smbcrawler.md

File metadata and controls

13 lines (10 loc) · 459 Bytes

Source

https://github.com/SySS-Research/smbcrawler

Crawl shares for sensitive informations (t = timeout, D = spider depth, oA = output all)

python3 smbcrawler.py -i <hostsFile> -u <user> -p <password> -d <domain> -t <timeout> -D <depth> -oA <output>

Read nmap input and auto download interesting files

python3 smbcrawler.py -i <nmapXmlFile> -u <user> -H <hash> -d <domain> -t <timeout> -D <depth> -oA <output> --auto-download