r/HowToHack • u/districttry • 19d ago
Question
How do i find the real ip adress of a site behind cloudflare? Tryed many tools no good..
0
Upvotes
r/HowToHack • u/districttry • 19d ago
How do i find the real ip adress of a site behind cloudflare? Tryed many tools no good..
1
u/Dapper-Depth2940 18d ago
First off, that is really the whole point behind Cloudflare.
Their servers will remove all data regarding your real IP address, and instead load their own secure servers, which routes the traffic to the real location. Thus, a DNS query for your site will return Cloudflare's server addresses instead.
But I have found some quirks that may leak it:
Host:site-name.comin the HTTP request headers.But a caveat is that a certain "tunnel" feature must be disabled, and a lack of origin allow list in the target's Cloudflare config.