Posts

Showing posts from July, 2022

PHONE INFO GAGA TOOL TUTORIAL FOR TERMUX

Image
 INSTALLATION git clone https://github.com/sundowndev/PhoneInfoga cd PhoneInfoga/ python3 -m pip install -r requirements.txt Use above commands for installing the tool USAGE usage: phoneinfoga.py -n <number> [options] Advanced information gathering tool for phone numbers (https://github.com/sundowndev/PhoneInfoga) optional arguments:   -h, --help show this help message and exit   -n number, --number number                         The phone number to scan (E164 or International                         format)   -i input_file, --input input_file                         Phone number list to scan (one per line)   -o output_file, --output output_file                         Output to save scan results ...