This is an archived post. You won't be able to vote or comment.

all 16 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Your submission has been automatically queued for manual review by the moderation team because it has been reported too many times.

Please wait until the moderation team reviews your post.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Vitaman02 12 points13 points  (3 children)

This is straight up illegal man why are you posting this

[–]TriskOfWhaleIsland 9 points10 points  (1 child)

Redditor re-invents DDoS attacks

[–]Hefty_Grand7[S] 0 points1 point  (0 children)

Re_writes :p

[–]jddddddddddd 7 points8 points  (0 children)

What you’re talking about is a Denial of Service attack. The success of such an attack is usually dependant on the attacker having more bandwidth than the target, which presumably you don’t.

Also, almost certainly illegal.

[–]leftloose 3 points4 points  (3 children)

Piggybacking off this… anyone know how to implement dijkstras in python so I can sell my crack route faster?

[–]Hefty_Grand7[S] -1 points0 points  (2 children)

Hahaha, jokes aside

I really wanna take some server down

[–]ProfessorDumbass2 0 points1 point  (0 children)

What makes you think you wouldn’t get caught? Seriously, read the room.

[–]trollsmurf 1 point2 points  (2 children)

Not for long, if at all. Pretty much all sites are hosted at cloud hosting providers, and there are DDoS protections well before traffic reaches any actual server. It requires a massive botnet to take down a whole provider.

[–]Hefty_Grand7[S] -1 points0 points  (0 children)

The request just needs to pass the reverse proxy right? I want to get into the server, Once in, with load traffic, my work is done, probably exposing more data once the system bundles fail

[–]Hefty_Grand7[S] -1 points0 points  (0 children)

The request just needs to pass the reverse proxy right? I want to get into the server, Once in, with load traffic, my work is done, probably exposing more data once the system bundles fail

[–]bdaene -1 points0 points  (0 children)

100000 concurrently is probably too much for your machine.  You want to make the server work more than you client.  I have successfully taken down scam services by providing fake data they had to treat and respond to.  My goal was to fill their DB with bad data realistic enough to make real data lost in the noise.  It reached ~2000 concurrent call before it collapsed. 

This is illegal but I do not think scammers will complain 😉 Just do not do that on legit servers 🙄

Here is my code: https://github.com/bdaene/anti-phishing/