Skip to content

Instantly share code, notes, and snippets.

@aels
Created December 30, 2021 02:54
Show Gist options
  • Save aels/e4f15e9d3e239fd74d1fc497d287e9c2 to your computer and use it in GitHub Desktop.
Save aels/e4f15e9d3e239fd74d1fc497d287e9c2 to your computer and use it in GitHub Desktop.
curl dnslytics.com reverse-ip request
-s 'https://dnslytics.com/reverse-ip' -H 'authority: dnslytics.com' -H 'pragma: no-cache' -H 'cache-control: no-cache' -H 'sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"' -H 'sec-ch-ua-mobile: ?0' -H 'sec-ch-ua-platform: "macOS"' -H 'upgrade-insecure-requests: 1' -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36' -H 'origin: https://dnslytics.com' -H 'content-type: application/x-www-form-urlencoded' -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' -H 'sec-fetch-site: same-origin' -H 'sec-fetch-mode: navigate' -H 'sec-fetch-user: ?1' -H 'sec-fetch-dest: document' -H 'referer: https://dnslytics.com/reverse-ip' -H 'accept-language: en,ru;q=0.9,pt;q=0.8' -H 'cookie: cf_clearance=tbIasx23acyrOjQMNu0QPZn71HlFAzFxrsKNQML2CDw-1638918329-0-150' --compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment