nScanner is a tool to find data about a phone number using OSINT sources, libraries and APIs like Numverify, coded by TrollSkull (@ImTrollSkull)
You need a numverify API KEY to get more data, you can get a key for free on: apilayer.com/marketplace
Numverify provides 100 request per month for free, so don't worry about the usage of this API :^)
Once you get a key you need to put it in the APIKEY variable in ./lib/core/const.py
file and then run nscanner.py
Also you can change the language of the requested information in ./lib/core/const.py
modifying the DEFLANG variable, see the supported languages here.
Just copy this line and paste in the terminal.
apt install -y git python; git clone https://github.com/TrollSkull/nScanner; cd nScanner; python nscanner.py
You can download nScanner on any platform by cloning the official Git repository:
$ pkg install -y git python
$ git clone https://github.com/TrollSkull/nScanner
$ cd nScanner
$ python nscanner.py
To get a list of all options and switches use the --help
command.
Usage: nscanner.py -n <your number here> [options] or -u for update
-h, --help show this help message and exit
--number NUMBER, -n NUMBER
enter a number to start a scan
--update UPDATE, -u
update the script
Report bugs to (t.me/TrollSkull)