mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
bring everything up
This commit is contained in:
8
scripting/NodeJS.md
Normal file
8
scripting/NodeJS.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user