Subprober v1.0.6 is a powerful and efficient tool designed for penetration testers and security professionals. This release introduces several enhancements, bug fixes, and new features to elevate your subdomain probing experience. Subprober facilitates fast and reliable information extraction, making it an invaluable asset for penetration testing workflows.
- Subprober Concurrency and Accuracy are Improved than previous version
- Introduced new options and probes configuration
- Improved handling exception and increased the accuracy in results
pip install git+https://github.com/sanjai-AK47/Subprober.git
subprober -h
git clone https://github.com/sanjai-AK47/SubProber.git
cd Subprober
pip install .
subprober -h
Info: Subprober is improved with higher concurrency and accuracy for probings and recommend the users to use the concurrencies less which is efficient and accurate for probing
- 30-50 : this range of concurrency can be given when probing for more than 50K+ Subdomains, ips, domains etc..
- 50-80 : this range of concurrency can be given when probing for more than 100K+ Subdomains, ips, domains etc..
- 100-120 : this range of concurrency can be given when probing for more than 150K+ Subdomains, ips, domains etc..
Note higher concurrency values may results in inaccurate results because subprober builded with higher concurrency and more accurate than other probing tool with following mentioned concurrency values
_____ __ ____ __
/ ___/__ __/ /_ / __ \_________ / /_ ___ _____
\__ \/ / / / __ \/ /_/ / ___/ __ \/ __ \/ _ \/ ___/
___/ / /_/ / /_/ / ____/ / / /_/ / /_/ / __/ /
/____/\__,_/_.___/_/ /_/ \____/_.___/\___/_/
Author : D.Sanjai Kumar @CyberRevoltSecurities
Subprober - An essential HTTP multi-purpose Probing Tool for Penetration testers
[Description] :
Subprober is a high-performance tool designed for probing and extract vital information efficiently.
[Options]:
[INPUT]:
-f, --filename Specify the filename containing a list of subdomains for targeted probing.
This flag is used to find and analyze status codes and other pertinent details.
-u, --url Specify a target URL for direct probing. This flag allows for the extraction of
status codes and other valuable information.
[PROBES-CONFIG]:
-tl, --title Retrieve and display the title of subdomains.
-sv, --server Identify and display the server information associated with subdomains.
-wc, --word-count Retrieve and display the content length of subdomains.
-l , --location Display the redirected location of the response.
-apt, --application-type Determine and display the application type of subdomains.
-p, --path Specify a path for probe and get results ex:: -p admin.php
-px, --proxy Specify a proxy to send the requests through your proxy or BurpSuite ex: 127.0.0.1:8080
-gw, --grep-word Enable The grep word flag will be usefull when grepping partiuclar codes like for 200: OK ---> cat subprober-results.txt | grep OK
This will show the results with 200-299 range codes
-ar, --allow-redirect Enabling these flag will make Subprober to follow the redirection and ger results
[MATCHERS]:
-ex, --exclude Exclude specific response status code(s) from the analysis.
-mc, --match Specify specific response status code(s) to include in the analysis.
[OUTPUT]:
-o, --output Define the output filename to store the results of the probing operation.
[Rate-Limits]:
-c, --concurrency Set the concurrency level for multiple processes. Default is 50.
-to, --timeout Set a custom timeout value for sending requests.
[UPDATES]:
-up, --update Update Subprober to the latest version (pip required to be installed)
[DEBUG]:
-h, --help Show this help message for you and exit!
-s, --silent Enable silent mode to suppress the display of Subprober banner and version information.
-v, --verbose Enable verbose mode to display error results on the console.
-nc, --no-color Enabling the --no-color will display the output without any CLI colors
subprober -f subdomains.txt -o output.txt -tl -wc -sv -apt -wc -ex 500 -v -o output.txt -c 20
subprober -u https://example.com -c 20 -to 8 -tl -sv -wc -apt -ex 500 -o output.txt
cat subdomains.txt | subprober -c 20 -to 8 -tl -sv -wc -apt -ex 50 -o output.txt
Subprober is open-source software licensed under the GPL-3.0 License. See the LICENSE file for details.
Contributions are welcome! Feel free to open issues or submit pull requests to help improve Subprober.
This tool is developed by D.Sanjai Kumar for support the open source community for CyberSecurity and Ethical Hacking and
The Subprober is built for reconnaissance and ethical hacking purposes and developer is not responsible for any unethical purposes so
please use the Subprober with responsible and Ethically . Happy Hacking Hackers you can support my contribution by giving a ⭐ to the Subprober which motivate me to develop more like this