PTZ/README.md

63 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2017-01-13 21:31:48 +00:00
Penetration Tester's Zsh
========================
2021-10-19 12:50:41 +00:00
Deprected project. New project: CryptoZSH
2018-04-19 21:28:34 +00:00
Goal: make the life of a hacker / penetration tester faster, more convinient, transparent and efficient.
2017-01-13 21:31:48 +00:00
Usability features: tor trigger (ton/tof), external ip check, tor check... and more to be added.
2018-04-19 21:28:34 +00:00
Works on Debian if the dependencies are met or on Kali "out of box". If the dependencies are not met, the functions will still run, but outputs will be empty or you get an alert.
2017-01-12 19:41:16 +00:00
2017-01-13 21:50:17 +00:00
2017-01-15 22:23:28 +00:00
Install
=======
2017-01-12 19:41:16 +00:00
2018-04-19 21:28:34 +00:00
cd /tmp/ && git clone https://github.com/51x/PTZ && cd PTZ && cp profile_files/.* -R ~/ && cd
2017-01-12 19:41:16 +00:00
2017-01-15 22:23:28 +00:00
Using only the pentest functions can be done by including just: pentest_functions.zsh
2018-04-19 21:28:34 +00:00
If you want also the notes/knowledge database, you should add the v3das folder to you ~/.ptz/ folder.
2017-01-12 19:41:16 +00:00
2017-01-15 22:23:28 +00:00
General function of PTZ
=======================
pawnpls - Automatically enumerate and start predefined attacks such as brute force. Output goes to ~/.ptz/$target/
2017-01-12 19:41:16 +00:00
Example for single target: autopawn n0nexi-stent.com
Example for multiple targets: autopawn "n0nex-1.com n0nex-2.com"
2017-01-15 22:23:28 +00:00
ptzdepchk - check if all dependencies are installed or not, print if something is missing
Notes functions
===============
n - query notes about a topic, use tab auto complete
nls - list all the notes
rnd - get random strings (lengths: 8,16,32,64)
2017-01-12 19:41:16 +00:00
2017-08-25 20:47:49 +00:00
tmp - open vim with a random file name to be written under /tmp/
2017-01-12 19:41:16 +00:00
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