Skip to content

An Integrated Pentest Automation Framework created by Abdo.Mohammed

Notifications You must be signed in to change notification settings

AbuAli1393/Abdo-Mohammed-PentestFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

  1. Save the script as Abdo.Mohammed_PentestFramework.sh.
  2. Make it executable: bash chmod +x Abdo.Mohammed_PentestFramework.sh
  3. Run the script: bash sudo ./Abdo.Mohammed_PentestFramework.sh
  4. Follow the menu prompts to perform tasks like reconnaissance, vulnerability scanning, exploitation, and more.

Key Features Added

  1. Additional Tools : • EyeWitness, Responder, BloodHound, LinPEAS, and WinPEAS.
  2. 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.
  3. Post-Exploitation Tasks : • Added LinPEAS for Linux privilege escalation. • Added instructions for WinPEAS usage on Windows targets.
  4. 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.

About

An Integrated Pentest Automation Framework created by Abdo.Mohammed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages