User Tools

Site Tools


apps:netcat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:netcat [2011-02-09 21:55] – netcat renamed to apps:netcat rootapps:netcat [2016-05-20 16:59] (current) root
Line 2: Line 2:
  
 == Simpler Port Scan == == Simpler Port Scan ==
-  # nc -v -w 1 192.168.1.2 1-65535 | & grep -v "refused"+<code bash> 
 +# nc -v -w 1 192.168.1.2 1-65535 | & grep -v "refused" 
 +</code>
  
 == Web Site downloaden == == Web Site downloaden ==
-  # printf "GET / HTTP/1.1\nHost:www.aspectra.ch \n\n" | nc www.aspectra.ch 80+<code bash> 
 +# printf "GET / HTTP/1.1\nHost:www.aspectra.ch \n\n" | nc www.aspectra.ch 80 
 +</code>
apps/netcat.1297284955.txt.gz · Last modified: 2014-12-18 20:10 (external edit)