![]() |
|
Bypass Cloudflare - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Tutorials (https://sinister.li/Forum-Tutorials) +--- Thread: Bypass Cloudflare (/Thread-Bypass-Cloudflare) |
Bypass Cloudflare - Snow_mybb_import12418 - 12-30-2013 Work 90%
Code: ping -c 1 www.site.com
nmap -sS -sV -v -P0 www.site.com
cd /pentest/enumeration/dns/fierce/
ls
./fierce.pl
perl fierce.pl -dns www.site.comRE: Bypass Cloudflare - The Real Slim Shady - 12-30-2013 Are we supposed to google the fierce.pl perl script or something? why wouldnt you provide it or a link to it here? And i did just that, google it that is... and it doesnt seem to do anything that you cant already do with the likes of dig or nslookup or any of the cloudflare specific enumeration tools already available. But there are some other things the script can do that others might find more useful. Check out its homepage at http://ha.ckers.org/fierce/ |