mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
9 lines
165 B
Markdown
9 lines
165 B
Markdown
# NodeJS Commands and Scripts for Post Exploitation
|
|
|
|
|
|
**Start a web server that serves the local files on port 8080**
|
|
```
|
|
npm install -g http-server
|
|
http-server
|
|
```
|