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