Skip to content

v1.0.3

Compare
Choose a tag to compare
@RevoltSecurities RevoltSecurities released this 09 Dec 08:14
· 57 commits to main since this release
f91da60

Subprober v1.0.3 Release

We are thrilled to announce the release of Subprober v1.0.3, a cutting-edge tool crafted for penetration testers and security professionals. This version introduces several enhancements, new features, and performance improvements to elevate your subdomain probing experience.

Key Features

1. Concurrent Processing

Subprober v1.0.3 introduces advanced concurrency management, allowing users to optimize their probing operations with parallel processing. The new -c flag enables users to set the concurrency level, significantly improving the speed and efficiency of subdomain analysis.

2. Progress Visualization

Enhance your probing experience with the new Show Progress mode. Enabled by the -sp flag, this feature provides real-time feedback through a dynamic progress bar, allowing users to monitor the probing progress at a glance.

3. Title Extraction

Efficiently identify and analyze subdomains with the new -tl flag, which retrieves and displays the titles associated with probed subdomains. This feature streamlines the identification of critical information during penetration testing.

4. Server Information

Gain deeper insights into the infrastructure by utilizing the -sv flag. Subprober now identifies and displays server information associated with probed subdomains, providing valuable context for security professionals.

5. Application Type Detection

Subprober v1.0.3 introduces the -apt flag, enabling users to determine and display the application type of probed subdomains. This feature enhances the reconnaissance process, helping users identify the technology stack of their target.

Upgrade Instructions

To experience the enhanced capabilities of Subprober v1.0.3, simply upgrade using the following command:

pip install --upgrade Subprober

Usage Examples

Explore the new features and functionalities with the following usage examples:

Basic Usage

subprober -f subdomains.txt -o output.txt -tl -wc -sv -v -apt -wc -ex 404 500 -suo 200 -v -o output.txt -c

Direct URL Probing

subprober -u https://example.com -c 20 -to 8 -tl -sv -wc -apt -ex 404 500 -suo 200 -v -o output.txt

Piping Subdomains

cat subdomains.txt | subprober -c 20 -to 8 -tl -sv -wc -apt -ex 404 500 -suo 200 -v -o output.txt

Contributing

We encourage the community to contribute to the development of Subprober. Feel free to open issues or submit pull requests to help us continually enhance the tool.

License

Subprober v1.0.3 is released under the MIT License. See the LICENSE file for details.

Connect with Us

For the latest updates and discussions, join our community on LinkedIn:

LinkedIn

Thank you for choosing Subprober. We hope this release enhances your penetration testing workflow, and we look forward to your valuable feedback!