ip

ip troubleshooting with curly

ip

 -I | --ip              IP actions ...
    |                   info: any info based on shodan dB
    |                   port: quick check open ports
    |                   route: trace route
    | --ia              ip address e.g. : 1.1.1.1
    | --im              maximum number of hops
    | --ic              set the number of pings sent

ip actions

  • info

  • port

  • route

info

Show any info avaiable about proviced IP based on shodan.io DB

$ curly --ip info --ia 1.1.1.1
1.1.1.1
Hostnames:               one.one.one.one
Country:                 Australia
Organization:            Cloudflare
Updated:                 2020-11-12T08:28:42.646355
Number of open ports:    1

Ports:
     53/udp  

option: ip
action: info
status: OK

port

Looking for open ports using nmap

route

Trace the route using mtr command

Last updated

Was this helpful?