Penta is is Pentest automation tool using Python3. It provides advanced features such as metasploit and nexpose to extract vuln info found on specific servers.
Installation
penta requires the following packages.
Resolve python package dependency.
$ pipenv install
If you dislike pipenv…
$ pip install -r requirements.txt
$ pipenv run start
If you dislike pipenv…
$ python penta/penta.py
$ pipenv run start -h
usage: penta.py [-h] [-target TARGET] [-ports PORTS] [-proxy PROXY]
Penta is Pentest automation tool
optional arguments:
-h, –help show this help message and exit
-target TARGET Specify target IP / domain
-ports PORTS Please, specify the target port(s) separated by comma.
Default: 21,22,25,80,110,443,8080
-proxy PROXY Proxy[IP:PORT]
=== MENU LIST ===========================================
0 – EXIT
1 – Port scanning Default: 21,22,25,80,110,443,8080
2 – Nmap & vuln scanning
3 – Check HTTP option methods
4 – Grab DNS server info
5 – Shodan host search
6 – FTP connect with anonymous
7 – SSH connect with Brute Force
99 – Change target host
data/dict
.shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…