2013-11-29 12:53:31 -05:00

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
```