bring everything up

This commit is contained in:
Rob Fuller
2013-11-29 12:53:31 -05:00
parent 21f4e31fd1
commit 78e3953cbc
58 changed files with 18582 additions and 4 deletions

8
scripting/NodeJS.md Normal file
View File

@@ -0,0 +1,8 @@
# 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
```