Skip to content

TrollSkull/nScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Bash License

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.

INSTALLATION

One line installation.

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

USAGE

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)

LICENCE

GPL-3.0 License © nScanner