mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
2842f9cc40
adding helper script for asn2cidr
4 lines
182 B
Plaintext
Executable File
4 lines
182 B
Plaintext
Executable File
# Source:- https://hackertarget.com/as-ip-lookup
|
|
# Use ./asn2cidr AS1449 or bash asn2cidr AS1449
|
|
|
|
curl -s https://api.hackertarget.com/aslookup/?q=$1 | grep -Eo "([0-9.]+){4}/[0-9]+" |