Find the IP of a site protected from ddos attacks

Lord777

Professional
Messages
2,580
Reputation
15
Reaction score
1,343
Points
113
a8cbabab8566ca2514efb.jpg

Hello everyone! I'll tell you how to find out the IP of a site protected by CloudFlare.
Go…

1. The first method is domain history.
There are such services for this: Viewdns.info and ptrarchive.com .
Just go to the site, insert the link and see the last ip with the city :) Such services are usually paid, but these are free.
2. Use CloudKiller to search for subdomains .

Download python and git:
Code:
apt install git && apt install python

Libraries:
Code:
pip install requests

Copy the repository, go to it:
Code:
git clone https://github.com/FDX100/cloud-killer.git
cd cloud-killer

Launch:
Code:
python3 cloud_killer.py

Enter the site domain and you're done!

Everything! Now you don't have to look at protection :)
 
Top