Changes

Jump to navigation Jump to search
Line 118: Line 118:  
443    OPEN
 
443    OPEN
 
1080    OPEN
 
1080    OPEN
 +
3128    OPEN
 +
</pre>
 +
 +
or, to report all non-STEALTH responses:
 +
 +
'''$curl -sS "https://www66.chappell-family.co.uk/cgi-bin6/ipscanfasttxt.cgi?includeexisting=1&customport0=&customport1=&customport2=&customport3=&termsaccepted=1" |awk -F'[<> ]' 'BEGIN{printf("\nPORT\tSTATE\n")};{for(i=4;i<=NF;i++){if (index($i,"STLTH")==0 && index($i,"STEALTH")==0 && $(i-1)=="=" && $(i-3)=="Port") {printf("%s\t%s\n",$(i-2),$i)}}};''''
 +
 +
<pre>
 +
PORT    STATE
 +
53      UDPOPEN
 +
521    FAILEDPOLICY
 +
547    ADMPHBTD
 +
20      PUNRCH
 +
23      RFSD
 +
24      ADMPHBTD
 +
37      HUNRCH
 +
43      PUNRCH
 +
53      OPEN
 +
79      FAILEDPOLICY
 +
80      OPEN
 +
111    ROUTEREJECTED
 +
443    OPEN
 
3128    OPEN
 
3128    OPEN
 
</pre>
 
</pre>

Navigation menu