The Automated Hacking Tool is designed to streamline the penetration testing process by automating tasks such as scanning, enumeration, vulnerability detection, exploitation, and post-exploitation. This tool is ideal for ethical hackers and cybersecurity professionals looking to enhance their workflow.
- 🔍 Target Scanning: Detect open ports, services, and system details using Nmap.
- 🛠️ Service Enumeration: Discover vulnerabilities and hidden directories with Nikto and Gobuster.
- 📂 Vulnerability Detection: Identify exploits for services and versions using Searchsploit.
- 💥 Exploitation Module: Test Metasploit exploits with ease.
- 📊 Post-Exploitation Commands: Collect detailed system information for analysis.
- 🖥️ A Linux-based operating system (Kali Linux recommended).
- 🐍 Python 3.x installed.
- ⚙️ Required tools installed:
nmapniktogobustersearchsploitmetasploit
-
Clone this repository:
git clone https://github.com/4rti7t/ReconXploit.git cd ReconXploit -
Install the required Python modules:
pip install nmap pip install python-nmap
-
Ensure the necessary tools (Nmap, Nikto, Gobuster, etc.) are installed and accessible from your terminal.
- Run the script:
python3 ReconXploit.py
- Follow the menu options to:
- 🔍 Scan a target.
- 🛠️ Enumerate services.
- 📂 Search for vulnerabilities.
- 💥 Exploit the target.
- 📊 Perform post-exploitation tasks.
-
Scan Target: Perform a network scan on the specified IP to identify open ports and services.
-
Enumerate Services: Use tools like Nikto and Gobuster to gather additional information.
-
Search for Vulnerabilities: Search for known vulnerabilities using Searchsploit.
-
Exploit Target: Exploit discovered vulnerabilities using Metasploit.
-
Post-Exploitation: Collect system details and resource usage for further analysis.
-
Exit: Exit the program.
This tool is intended for educational and ethical hacking purposes only. Unauthorized use against systems without explicit permission is illegal and punishable under law. The developers are not responsible for any misuse or damage caused by this tool.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any issues, feel free to open an issue on GitHub or contact us at arti7tofficial@gmail.com.
Happy Ethical Hacking! 🚀



