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

Holy crap how stupid was I when I made this. I AM SENDING NO PACKETS. I mean I'm still no expert, but I AM NOT SENDING ANY PACKETS TO THE ROUTER, IS THAT EVEN THE ROUTER??? Why did I think I could just store the ip address and it would send a request?? I am sorry for my terrible code...

@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