Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
InfoG — Multi-purpose OSINT tool for IP address lookup, DNS resolution, phone number details, and IP-grabbing via lure links for reconnaissance. | Kitploit
Tools/GitHubGitHub/tech-sec/infog
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringDNS Analysis
GitHubtech-sec/infog

InfoG

Multi-purpose OSINT tool for IP address lookup, DNS resolution, phone number details, and IP-grabbing via lure links for reconnaissance.

View Repository
38105 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

InfoG v2.0

InfoG (it's Info-jee) is an information gathering tool. You can find ip addresses, phone number details and much more.

How to use:

First clone the repository:
git clone https://github.com/Tech-Sec/InfoG.git

Change your directory to InfoG folder:
cd InfoG

Then type:
pip install -r requirements.txt

After that, type:
python3 InfoG.py

Option 1 will give you the ip address of the domain name you type.
(Don't type the domain name with the protocol. eg: https://google.com, instead type: www.google.com

Option 2 gives you the country name, city, gps coordinates and much more about an ip address.

Option 3 just gives you the country and service provider of aa specific mobile number.
Enter yor phone number with the country code. eg: +1xxxxxxxxxxxx

Option 4 will give you a lure link with which you can get the ip address of the target once he/she opens it.

New Feature in v2.0
IP-Grabber by Krishna Pranav

Now you can grab the ip address of your target by sending him a lure link. You can get the ip address, browser details etc.

Note
IP-Grabber is only available on non-Windows platform. For more deatails check /IP-Grabber/README.md

Versions:
v1.0

FOR EDUCATIONAL PURPOSES ONLY

Download Tool