mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
misc
This commit is contained in:
+1
-1
@@ -1884,7 +1884,7 @@ retry:
|
||||
if err != nil {
|
||||
gologger.Warning().Msgf("could not get ASN information for %s: %s", ip, err)
|
||||
}
|
||||
fmt.Printf("Results: %v\n", results)
|
||||
fmt.Printf("Results: %v, %v\n", results, err)
|
||||
if len(results) > 0 {
|
||||
var cidrs []string
|
||||
ipnets, _ := asnmap.GetCIDR(results)
|
||||
|
||||
Reference in New Issue
Block a user