diff --git a/README.md b/README.md index 3616f0b..a9516b2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # PhoneInfoga +![](https://img.shields.io/badge/python-3.x-blue.svg) +![](https://img.shields.io/badge/license-MIT-brightgreen.svg) + Information gathering & OSINT reconnaissance tool for phone numbers. One of the most advanced tools to scan phone numbers using only free resources. The goal is to first gather basic information such as country, area, carrier and line type on any international phone numbers with a very good accuracy. Then try to determine the VoIP provider or search for footprints on search engines to try identify the owner. -**This tool requires python 2.x** - ## Features - Check if phone number exists and is possible @@ -38,7 +39,7 @@ Use `any` to disable this feature. Default value: `all` ```bash git clone https://github.com/sundowndev/PhoneInfoga cd ./PhoneInfoga -pip install -r requirements.txt +pip3 install -r requirements.txt ``` ## Usage