| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Subxenum is a Python tool designed for subdomain enumeration that uses advanced techniques such as grabbing and parsing. It can retrieve subdomains from sources such as crt.sh data, sublist3r, and whois. It is a powerful tool for penetration testers and security researchers, and is intended for educational purposes only. Subxenum is an open-source project available on GitHub, and can help when conduct a research on a target when gathering information.
1 git clone https://github.com/Adkali/Subxenum.git 2 cd /Subxenum 3 pip3 install -r requirements.txt 4 python3 [script.py] -domain [ domain http:// ] -word [ wordlist.txt ]
optional arguments: -h, --help show this help message and exit -d D, -domain D Domain URL, Example: http://example.com -w W, -word W Wordlist path. -v V, -version V Subxenum, version 1.2 made by adkali. -t [T], -time [T] Time in each request. -i I, -info I Use 'whois' for more info about the target. -c C, -crt C Grab subdomains from crt.sh data -s S, -sub S Get subdomains using sublist3r data
Subxenum is a penetration testing tool designed for domain enumeration. It has been tested on Kali Linux but can be used on other platforms. The tool allows users to load subdomains from a file, and with the '-t' flag, timing requests can be specified. It also supports Whois, crt, and sublist3r data to provide more information about the target. In the future, features such as directory search, server information, and Nmap integration will be added. Subxenum is intended for educational purposes only, and any issues should be reported. Ensure that the 'http://' protocol is used when running the tool.
| Back | FazBrowse Home | New Git URL |