Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.
/ Nali Public archive
forked from meteoral/Nali

πŸ”§ An IP Geolocation Lookup Utils

License

Notifications You must be signed in to change notification settings

SukkaW/Nali

This branch is 12 commits ahead of meteoral/Nali:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 16, 2020
4904449 Β· Jan 16, 2020

History

28 Commits
Oct 29, 2014
Feb 8, 2019
Feb 8, 2019
Oct 29, 2014
Oct 29, 2014
Jan 16, 2020
Mar 7, 2019
Oct 29, 2014

Repository files navigation

Depracated

Please use Nali CLI instead.


Nali

Installation

$ ./configure
$ make
$ [sudo] make install

Usage

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'

Copyright

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.

Releases

No releases published

Packages

No packages published

Languages

  • C 84.3%
  • Makefile 7.4%
  • Other 7.1%
  • Shell 1.2%