gscan
gscan copied to clipboard
前年用Python写过个类似的程序扫描google IP,弄到了不少,但每个只用了不到半小时就被封了。好像GFW会利用SNI“漏洞”检查对谷歌的访问,发现一个封一个。
作者你好,请问一下扫描出来的ip地址是socket代理地址吗,那为什么没有端口。
run go build command .
好久没有更新了呢 顺便问一下好
最近扫出来的ip良莠不齐,以ping速度排序出来的ip并不是都能用的,有的ip的ping值低但是不能用,会提示bad ipaddrs。
作者你好,上次在 Freedom 的博客上我提的问题看到了你的回复,问题是这样: 按照作者的说明,我在ubuntu下运行命令下载编译gscan: go get -u github.com/yinqiwen/gscan 中途提示出错,出错信息如下: root@ubuntu:~# go get -u github.com/yinqiwen/gscan # github.com/yinqiwen/gscan gocode/src/github.com/yinqiwen/gscan/scan.go:220:19: error: reference to undefined identifier ‘tls.DialWithDialer’ conn, err := tls.DialWithDialer(dialer, “tcp”, addr, &config)...
命令执行过程如下: root@ubuntu:~/gocode/bin# ./gscan 2014/11/02 05:09:01 Start loading IP Range file:./iprange.conf 2014/11/02 05:09:01 Start scanning available IP 2014/11/02 05:09:02 Found a record: IP=_._._._, SSLRTT=0.334212s 2014/11/02 05:09:02 Found a record: IP=_._._._, SSLRTT=0.368468s...
hi the file mode may cause to write file error ``` go outputfile, err = os.OpenFile(outputfile_path, os.O_CREATE|os.O_TRUNC, 0644) ```