mubix/post-exploitation-wiki

Add ruby web server one-liner

mubix opened this issue · 2 comments

Don't forget the double dash and dot at the end.

ruby -run -e httpd -- -p 8001 .

See PR #43

Nice work! thanks!