Skip to content

hihebark/Duxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duxe

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.


Requirement:

  • Shodan: you can install it pip install shodan
  • requests==2.12.4
  • beautifulsoup4==4.6.0
  • shodan==1.7.4
  • SocksiPy_branch==1.01

OR:

you can do pip install -r requirements.txt

Usage:

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

Exemple:

python duxe.py -host exemple.com -tor -log
more about the tool

About

Information gathering tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages