mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-14 20:58:06 +02:00
Update README.md
This commit is contained in:
@@ -1071,7 +1071,7 @@ gs-netcat >"FILENAME" # When prompted, enter the SECRET from the sender
|
||||
#### Download from Server to Receiver:
|
||||
```sh
|
||||
## Spawn a temporary HTTP server and share the current working directory.
|
||||
python -m http.server 8080
|
||||
python -m http.server 8080 # --bind 127.0.0.1
|
||||
```
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user