
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 Install requirements: Penta requires the following packages Python3.7 pipenv Resolve python package dependency. $ pipenv install If you dislike pipenv: $ pip install -r requirements.txt Usage $ pipenv run start <options> If you dislike pipenv: $ python penta/penta.py Usage: List options $ 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] Usage: Main menu [ ] === 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....
Author

- Hakin9 is a monthly magazine dedicated to hacking and cybersecurity. In every edition, we try to focus on different approaches to show various techniques - defensive and offensive. This knowledge will help you understand how most popular attacks are performed and how to protect your data from them. Our tutorials, case studies and online courses will prepare you for the upcoming, potential threats in the cyber security world. We collaborate with many individuals and universities and public institutions, but also with companies such as Xento Systems, CATO Networks, EY, CIPHER Intelligence LAB, redBorder, TSG, and others.
Latest Articles
BlogDecember 13, 2022What are the Common Security Weaknesses of Cloud Based Networks?
BlogOctober 12, 2022Vulnerability management with Wazuh open source XDR
BlogAugust 29, 2022Deception Technologies: Improving Incident Detection and Response by Alex Vakulov
BlogAugust 25, 2022Exploring the Heightened Importance of Cybersecurity in Mobile App Development by Jeff Kalwerisky