A powerful all-in-one Penetration testing Automation toolkit written in Python. Includes modules for:
- ✅ Network scanning
- ✅ Port scanning
- ✅ Subdomain & directory enumeration
- ✅ Hash cracking
- ✅ CVE search
- ✅ Shodan integration
- ✅ Password breach check (Pwned DB)
📦 Installation
- Clone the repository
git clone https://github.com/amsou-ismail/PenAut.git
cd PenAut- Install dependencies
Run the setup script (make sure it's executable):
chmod +x setup.sh
./setup.sh
⚠️ Some modules (e.g., port scanning, CVE scanning) require root privileges.
sudo PenAutThis project is open-source and available under the MIT License.