Skip to content

Instantly share code, notes, and snippets.

@sh1nu11bi
Created October 6, 2014 14:49
Show Gist options
  • Select an option

  • Save sh1nu11bi/7f89dd4b536bbe7893e3 to your computer and use it in GitHub Desktop.

Select an option

Save sh1nu11bi/7f89dd4b536bbe7893e3 to your computer and use it in GitHub Desktop.
Quick Python server
python -m SimpleHTTPServer & ncat --ssl -l 8443 --sh-exec "ncat 127.0.0.1 8000" --keep-open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment