
❗️Hello guys, today i gonna teach you how to get informaion of some phone number using kali linux.
1️⃣ So first what we gonna do we will open our terminal, if you haven’t updated yet your kali linux so type:
apt-get update
2️⃣ Now we have to install “Phoneinfoga” tool so we will type:
cd Desktop
And then:
git clone https://github.com/sundowndev/PhoneInfoga.git
Then it will download our tool.
Now what we have to do is to type:
ls
And then:
cd PhoneInfoga
And:
python3 -m pip install -r requirements.txt
3️⃣ Now we start all the main work, before we start type:
cp config.example.py config.py
And now we start, type:
python3 phoneinfoga.py -n [phone number] (without the “[ ]”).
You’ll see the results.
Done. 👏
Leave a Reply