Skip to content

AnarchistManifesto/Find-IP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AnarchistManifesto IP Discover

This tool helps you to find the server real IP address protected behind services like Cloudflare, Akamai, and other WAF/CDN services.

Description

Giving a hostname (ex: site.com), a website html match (ex: "welcome to site.com") and a list of IPv4 addresses or ranges, this tool will send HTTP/S requests to all IPv4 addresses checking if any of them responds with the match.

How can I get possible IPv4 ranges?

There are many ways to find possible IPv4 ranges where the real server IP address might be hosted:

  • Search target company IPv4 ranges/addresses in online services.
  • Shodan, Censys...
  • Get ranges of the IPv4 addresses exposed in subdomains.
  • Get ranges of IPv4 addresses exposed in email raw data.
  • Try to get more IPv4 addresses in DNS history.

Usage

Arguments

positional arguments:
  hostname              Ex: site.com
  match                 Ex: "welcome to site.com"

optional arguments:
  -h, --help            show this help message and exit
  -u URI, --uri URI     Ex: /en/index.aspx
  -t THREADS, --threads THREADS
  -T TIMEOUT, --timeout TIMEOUT
  -v, --verbose         Verbose mode

Example command

python FindIP.py "site.com" "Welcome to site.com"

Note: Ensure you have range.txt file in the directory with the IP ranges you want to scan.


Made by AnarchistManifesto

About

A Reconnaissance Tool Designed to Help Uncover the Real Origin IP Address of Servers Hidden Behind CDN/WAF protections such as Cloudflare, Akamai, and similar services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages