Changes

Jump to navigation Jump to search
615 bytes added ,  22:44, 20 December 2023
no edit summary
Line 103: Line 103:  
    
 
    
 
   2012-01-28 14:39:54 (222 MB/s) - `ipv6.html' saved [10263/10263]
 
   2012-01-28 14:39:54 (222 MB/s) - `ipv6.html' saved [10263/10263]
 +
</pre>
 +
 +
===Default test using curl===
 +
 +
'''$ curl -sS "https://www66.chappell-family.co.uk/cgi-bin6/ipscanfasttxt.cgi?includeexisting=1&customport0=&customport1=&customport2=&customport3=&termsaccepted=1"'''
 +
 +
or
 +
 +
'''$ 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,"OPEN")>0 && $(i-1)=="=" && $(i-3)=="Port") {printf("%s\t%s\n",$(i-2),$i)}}};' '''
 +
 +
<pre>
 +
PORT    STATE
 +
80      OPEN
 +
443    OPEN
 +
1080    OPEN
 +
3128    OPEN
 
</pre>
 
</pre>
  

Navigation menu