An automated reconnaissance framework for security researchers and bug bounty hunters — built with passion by a 17-year-old developer.
Full Recon Tool is an ongoing project designed to automate the entire reconnaissance (recon) process in cybersecurity workflows. The goal is to simplify and accelerate information gathering by chaining multiple recon techniques into a single, efficient pipeline.
This tool is being actively developed and will evolve into a more advanced system integrating AI-driven analysis, smarter data correlation, and enhanced automation.
- Automate subdomain enumeration
- Perform target surface discovery
- Gather useful recon data in one place
- Reduce manual effort in recon workflows
- 🤖 AI-powered analysis and decision-making
- 📊 Smart data correlation & prioritization
- ⚡ Faster and more scalable recon engine
- 🧠 Intelligent vulnerability hints
- 🌐 Integration with external APIs and tools
git clone https://github.com/Mrscript-up/Full_Recon_Tool.git
cd Full_Recon_ToolAdditional setup steps will be added as the project evolves.
⚠️ This tool is under active development. Usage instructions may change frequently.
Basic usage (example):
python main.py -d example.comMore detailed usage instructions will be provided soon.
The long-term vision of Full Recon Tool is to become an intelligent recon assistant, capable of:
- Understanding targets like a human researcher
- Automating repetitive recon tasks
- Providing actionable insights instead of raw data
This project is built by a 17-year-old developer who is passionate about:
- Cybersecurity
- Automation
- Ethical hacking
- Building powerful tools from scratch
This tool is intended for educational and authorized security testing only.
You are responsible for:
- Using this tool legally
- Having proper authorization before testing any target
Contributions, ideas, and feedback are welcome!
If you’d like to help improve this project:
- Fork the repository
- Submit a pull request
- Share your ideas
If you like this project, consider giving it a ⭐ on GitHub — it helps a lot!
Feel free to reach out through GitHub for questions, suggestions, or collaboration.
with => python _main_.py -h
select a tool to run
usage: _main_.py [-h] [-s] [-t] [-S] [-d TARGET_DOMAIN] [-j JS_INPUT] [-c] [-cjs] [-tfjs] [-lfjs] [-vsjs] [-sfjs]
MRSCRIPT - Private Recon Tool
options:
-h, --help show this help message and exit
-s, --subdomain subdomain_discovery_tool
-t, --tec technology_finder tool
-S, --spidering spidering_tool
-d, --target-domain TARGET_DOMAIN
target domain for spidering tools
-j, --js-input JS_INPUT
input file/directory/URL for JS analysis tool
-c, --comment comment_finder_tool
-cjs, --clean_js cleaner_js_files_tool
-tfjs, --taking_information_js
extracking_info_js_files
-lfjs, --link_finder find_link_in_js_files
-vsjs, --vulnerability_scan
find_(simple)_vul_in_js
-sfjs, --secrets_finder
find_secrets_in_js_files⚡ This is just the beginning — bigger things are coming.