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