mubix / post-exploitation-wiki

Post Exploitation Wiki
MIT License
507 stars 112 forks source link

Add NodeJS page #19

Closed mubix closed 10 years ago

mubix commented 10 years ago

If nodejs is install on a box you can use it to host a web server just like the python one:

npm install -g http-server
http-server

Source: http://dynalon.github.io/mdwiki/#!faq.md

jakxx commented 10 years ago

Done. PR65

WebBreacher commented 10 years ago

Closing