uyid

Results 2 issues of uyid

参数: -h 10.1.1.1/8 -p 7001,7002,8880 -m webtitle 或 -h 10.1.1.1/8 -p 7001,7002,8880 ping扫描后自动停止,无报错 改为 -h 10.1.1.1/16 -p 7001,7002,8880 -m webtitle 正常运行

I crawl website like http://127.0.0.1:8080,AllowedDomains is 127.0.0.1:8080,crawl is not work. in code github.com/gocolly/colly/v2.(*Collector).isDomainAllowed at colly.go:752 if d2 == domain { //value is "127.0.0.1" == "127.0.0.1:8080" because line 708,call the parsedURL.Hostname()...