Duxe is an information gathering tool. it can discover subdomains with online open tool no need to brutforce for the firste time of gathering information, search with shodan, make nmap test, get what CMS is using.
- Shodan: you can install it
pip install shodan
- requests==2.12.4
- beautifulsoup4==4.6.0
- shodan==1.7.4
- SocksiPy_branch==1.01
pip install -r requirements.txt
python duxe.py [-h] -host HOST [-nmap] [-robot] [-log] [-tor]
-h, --help show this help message and exit
-host HOST The target to test exemple: 'exemple.com'
-nmap Make a Nmap test
-log Log the output to a file
-tor Use tor to make the request
-version Print version and exit
python duxe.py -host exemple.com -tor -log
more about the tool