Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@ClanVv3 MINGW64 ~
- $ python -m http.server 8080
- Serving HTTP on :: port 8080 (http://[::]:8080/) ...
- Keyboard interrupt received, exiting.
- root@ClanVv3 MINGW64 ~
- $ python -m http.server localhost:8080 && nohup python -m http.server 8080 &
- [1] 1486
- root@ClanVv3 MINGW64 ~
- $ usage: server.py [-h] [--cgi] [-b ADDRESS] [-d DIRECTORY] [-p VERSION] [port]
- server.py: error: argument port: invalid int value: 'localhost:8080'
- python -m http.server 8080 && nohup python -m http.server 8080 &
- [2] 1491
- [1] Exit 2 python -m http.server localhost:8080 && nohup python -m http.server 8080
- root@ClanVv3 MINGW64 ~
- $ Serving HTTP on :: port 8080 (http://[::]:8080/) ...
- ::1 - - [25/Apr/2024 11:41:49] "GET / HTTP/1.1" 200 -
- ::1 - - [25/Apr/2024 11:41:49] code 404, message File not found
- ::1 - - [25/Apr/2024 11:41:49] "GET /favicon.ico HTTP/1.1" 404 -
- ::1 - - [25/Apr/2024 11:42:30] "GET /load.sh HTTP/1.1" 200 -
- ::1 - - [25/Apr/2024 11:42:36] "GET /kek.py HTTP/1.1" 200 -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement