Please use Nali CLI instead.
$ ./configure
$ make
$ [sudo] make install
Nali
required related packages installed. For example, in order to use nali-dig
and nali-nslookup
you need to have dig (dnsutils)
installed.
$ nali [IP] # Get IP Geolocation Informatiuon
$ ... | nali # Parse IP from other commands' output
$ nali-update # Update QQWry.Dat From QQWry Mirror
$ nali-ping # The same as 'ping | nali'
$ nali-dig # The same as 'dig | nali'
$ nali-traceroute # The same as 'traceroute | nali'
$ nali-tracepath # The same as 'tracepath | nali'
$ nali-nslookup # The same as 'nslookup | nali'
The original version of Nali
was made by <https://www.surfchen.org/nali>
, optimized by Meteoral. What you are looking at now is a fork version of Meteoral/Nali
modified by SukkaW, who is maintaining a qqwry-mirror and add that mirror to Nali
.