Category:Internet Tools

From ElectroDragon Wiki

Tool

Use netcat

  • listen on a local port: netcat -vv -l -p 10002 // verbose show, listent on port
  • netcat -vv -l -p 10002 < index.html
  • make a loop: while true; do nc -l -p 10002 < index.html; done


Tools

Documentation

Pages in category "Internet Tools"

This category contains only the following page.