nitefood / asn

ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation / IP geolocation / IP fingerprinting / Network recon / lookup API server / Web traceroute server
MIT License
1.33k stars 161 forks source link

IPv4 blocks #8

Closed ipk1 closed 3 years ago

ipk1 commented 3 years ago

when i search for the ASNs using orgname for ext asn google.com, i get about 5 to 10 results matching the name and i need to key in the number i want to and the tools gives me a CIDR if present, is it possible that I can get all the CIDRS of the listed names at once with key in the required org name number

thanks

ipk1 commented 3 years ago

Awesome, thanks mate, one more i Have mind is ./asn -o domain.com i get 120 results, currently i changed the "if [ "${#orgs[@]}" -gt 10 ]; then" to 200, will le tyou know how it goes, can you also please add just to pull ipv4's.

and also mtr when installed in mac doesnt work it requires sudo, this worked for me

sudo cp /usr/local/Cellar/mtr/0.94/sbin/mtr /usr/local/bin/

thanks