Abdo.Mohammed_PentestFramework.sh is An Integrated Pentest Automation Framework created by Abdo.Mohammed which is an open-source script for Debian-based operating systems, coded in bash. This script streamlines the installation of pentesting wordlists and tools with a single command, making it easier for cybersecurity enthusiasts and professionals to set up their pentesting environment quickly and efficiently.
Installation Command
cd opt/
git clone https://github.com/AbuAli1393/Abdo-Mohammed-PentestFramework.git
cd Abdo-Mohammed-PentestFramework
chmod +x Abdo.Mohammed_PentestFramework.sh
sudo apt-get install dos2unix
dos2unix Abdo.Mohammed_PentestFramework.sh
bash Abdo.Mohammed_PentestFramework.sh
How to Use
- Save the script as Abdo.Mohammed_PentestFramework.sh.
- Make it executable: bash chmod +x Abdo.Mohammed_PentestFramework.sh
- Run the script: bash sudo ./Abdo.Mohammed_PentestFramework.sh
- Follow the menu prompts to perform tasks like reconnaissance, vulnerability scanning, exploitation, and more.
Key Features Added
- Additional Tools : • EyeWitness, Responder, BloodHound, LinPEAS, and WinPEAS.
- GUI Integration : • The script now supports Flask for a web-based GUI. You can create a separate app.py file to integrate Flask with this script.
- Post-Exploitation Tasks : • Added LinPEAS for Linux privilege escalation. • Added instructions for WinPEAS usage on Windows targets.
- Report Generation : • Generates a PDF report using Python's ReportLab.
Next Steps • To integrate a Flask GUI , create a separate app.py file that calls this script using subprocesses. • For Tkinter GUI , write a Python script that uses subprocess.run() to invoke this script.
Important Reminder Always ensure you have explicit permission before testing any system. Unauthorized use of penetration testing tools is illegal and unethical.