PTZ is a Penetration Tester’s Zsh with functions 4 fast pawn.
Works on Debian if the dependencies are met or on Kali. Probably works on Pentoo also.
Installing after you have the dependencies: cp profile_files/.* -R ~/
Dependencies:
* zsh nmap python2.7 libxml2-utils
* Offensive part: theharvester nmap fierce dnsrecon dnsutils hydra dirb sqlmap wget dirb curl nikto libxml2-utils whatweb.
+ Functions
– pawnpls – Automatically enumerate and start predefined attacks such as brute force. Example for single target: autopawn n0nexi-stent.com Example for multiple targets: autopawn “n0nex-1.com n0nex-2.com”
– everythingworksornot\? – check if everything works or not for this script
+ chk functions
– chkhttpz – HTTP response check Example: chkhttpz itsec.lu 443
– chkcrt – SSL certificate dump Example: chkcrt gentoo.org 443
+ cracking functions
– johnzip – Crack zip files using john Example: johnzip data.zip rockyou.txt
– johnrar – Crack rar files using john Example: johnrar data.rar rockyou.txt
+ help functions
– hlp – Get help of the hlp command hlprnd – Get random strings (lengths: 8,16,32,64)
Usage and download from source:
sudo apt-get install zsh nmap python2.7 libxml2-utils -y yum install zsh nmap python2.7 libxml2-utils -y packman install zsh nmap python2.7 libxml2-utils -y then install : theharvester nmap fierce dnsrecon dnsutils hydra dirb sqlmap wget dirb curl nikto libxml2-utils whatweb git clone https://github.com/51x/PTZ && cd PTZ cd chosdir sudo zsh agro.zsh sudo zsh chaosfunction.zsh
Source: https://github.com/51x