The "Py Recon" project is a tool developed in Python for conducting reconnaissance and exploration of web servers. With features for performing DNS lookup, website reconnaissance, and directory bruteforcing, the tool offers a flexible and straightforward way to explore and analyze web targets. Leveraging libraries such as Requests and Fake User-Agent, the project provides a robust solution for gathering information about web servers, aiding in vulnerability identification and configuration analysis. Additionally, the project encourages contributions from the community for ongoing improvements, ensuring it can be adapted and enhanced for various use cases.
- DIR bruteforce: Using a wordlist from DNS Rato this program can bruteforce a given host, to search for specific subdomains.
- Custom useragent: This program uses a custom user agent, the website get the requests as Safari from Mac OS.
- Tor proxies: You can use tor proxies if you want, to make website bruteforce or recon.
- DNS lookup: Search for the host IP and port
python pyrecon.py https://somewebsite.com
Contributions are welcome! Feel free to open issues, submit pull requests, or provide feedback. Together, we can make this project even better.
This project is licensed under the MIT License - see the LICENSE file for details.
At0mic-l1mbo |