From 42bb70be5bd3fa299a00718b281f5bba207323bc Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Sat, 30 Jul 2022 15:10:31 -0400
Subject: [PATCH] Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4b9e04d..fa80ab2 100644
--- a/README.md
+++ b/README.md
@@ -309,9 +309,13 @@ john -w=/usr/share/wordlists/rockyou.txt {file.txt}
```bash
-# Host a personal server on a specific port
+# Host a personal server on client machine
sudo python3 -m http.server {PORT}
+
+# {PORT}: Port to open for transfer
```
+
+
## 2) WGET