These methods are based on bad configurations by admins.
If you want to find real I.P. address of website, which is hidden by CLOUDFLARE. It has came to my attention that many booters, hosts, malicious websites, and more use CloudFlare for DDoS Protection & Anti-Abuse Report Protection. With CloudFlare protection, it is difficult to get the hosts IP; therefore, it is difficult to send an abuse report or launch a (D)DoS attack. This simple guide will help you obtain any website protected by CloudFlare's real IP, which can be used for whatever you desire!
METHOD 1:
If you simply ping the domain , it will give i.p. which is not website`s real i.p. address. you can try following option to get real I.P. address of domain. Try them one by one
METHOD 2:
For a Long Aged Domain you can use netcraft toolbar to check real IP address
For Example
METHOD 3:
You can also try bruteforcing DNS , some subdomain will have real IP of website.
1. For this purpose you need NMAP Tools. Here is a link to download NMAP tools.
2. Open your terminal with root privellege & type following code
# nmap -sV -sS -F <target>
3. It will scan host & give results , it`s not give real i.p. of website.(but from this you can know weather website is protected by CLOUDFLARE or not)
4. Now type following code in terminal
# nmap --script dns-brute -sn <target>
5. It will give you real IP address of website.
a simple bash script which will do all things for you. For more details click here.
If you want to find real I.P. address of website, which is hidden by CLOUDFLARE. It has came to my attention that many booters, hosts, malicious websites, and more use CloudFlare for DDoS Protection & Anti-Abuse Report Protection. With CloudFlare protection, it is difficult to get the hosts IP; therefore, it is difficult to send an abuse report or launch a (D)DoS attack. This simple guide will help you obtain any website protected by CloudFlare's real IP, which can be used for whatever you desire!
METHOD 1:
If you simply ping the domain , it will give i.p. which is not website`s real i.p. address. you can try following option to get real I.P. address of domain. Try them one by one
- ping direct-connect.domain.com
- ping direct.domain.com
- ping ftp.domain.com
- ping cpanel.domain.com
- ping mail.domain.com
METHOD 2:
For a Long Aged Domain you can use netcraft toolbar to check real IP address
For Example
Code:Clearly We can see change in IP to a cloudflare one.
http://toolbar.netcraft.com/site_report?url=DOMAIN.COM
METHOD 3:
You can also try bruteforcing DNS , some subdomain will have real IP of website.
1. For this purpose you need NMAP Tools. Here is a link to download NMAP tools.
2. Open your terminal with root privellege & type following code
# nmap -sV -sS -F <target>
3. It will scan host & give results , it`s not give real i.p. of website.(but from this you can know weather website is protected by CLOUDFLARE or not)
4. Now type following code in terminal
# nmap --script dns-brute -sn <target>
5. It will give you real IP address of website.
a simple bash script which will do all things for you. For more details click here.
Sign up here with your email
ConversionConversion EmoticonEmoticon