Difference between revisions of "Category:Internet Tools"

From ElectroDragon Wiki
 
(No difference)

Latest revision as of 03:36, 6 February 2020

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.