From 4025f9d2150c3f7748cad054c4ad847482dbb702 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 12 Jan 2017 20:42:13 +0100 Subject: [PATCH] anti-chaos update, test version --- README.md~ | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100755 README.md~ diff --git a/README.md~ b/README.md~ deleted file mode 100755 index 65aaaac..0000000 --- a/README.md~ +++ /dev/null @@ -1,43 +0,0 @@ -Penetration Tester's Zsh - 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 ~/ - - -Functions -========= - -pawnpls - Automatically enumerate and start predefined attacks such as brute force. - Example for single target: autopawn 127.0.0.1 - Example for multiple targets: autopawn "127.0.0.1 127.0.0.2" - - -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)