Skip to content

Instantly share code, notes, and snippets.

@jacks0n9
Last active November 17, 2020 04:45
Show Gist options
  • Save jacks0n9/5492480259bb72d19a05f62aaf7abb41 to your computer and use it in GitHub Desktop.
Save jacks0n9/5492480259bb72d19a05f62aaf7abb41 to your computer and use it in GitHub Desktop.
import requests
print("Preparing to slow down...")
while True:
x = requests.get('http://192.168.1.1')
print(x)
@jacks0n9
Copy link
Author

Ok i give up Im just going to find some slowloris attack thing online and use that. I AM DOING THIS ON MY PERSONAL ROUTER TO ANNOY MY FAMILY DO NOT WORRY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment