Drystan: Automated information gathering tool for pentest
Drystan
information gathering tool for pentest.
AutomatedHow It Works
- explore domain information.
- search and enumerate subDomains/IPs.
- extract all IP & ports.
- identify service.
- detect vulnerability(brute & exploit).
Tools Already Included
- domain info
- dig
- whois
- nslookup
- theHarvester
- subdomains
- Sublist3r
- subDomainsBrute
- class C Network
- BingC
- port scan
- nmap
- intrusive scan
- nmap-scripts
- msf-exploits
- bruteforce
- hydra
- web application
- BBScan
- WebSOC
- pocscan
Download
git clone https://github.com/Xyntax/Drystan.git
python install.pyYou can modify the system settings manually by editing the config file: vi config.py
Usage
python drystan.py DOMAIN/IP [auto] [j1] [j2] [j3]
Argument:
DOMAIN base target(domain) for scanning.
IP base target(ip) for scanning.Options:
j1 jump subdomain gathering (Sublist3r,subDomainsBrute).
j2 jump port scanning (nmap).
j3 jump bruteforce (hydra).
auto run all steps automaticly with default settings.
Author i@cdxy.me
Source: https://github.com/Xyntax/