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
apps:netcat [2014-12-18 20:08] – external edit 127.0.0.1apps: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.1418929736.txt.gz · Last modified: 2016-05-20 16:59 (external edit)