Jump to content
Tuts 4 You

DDOS Attack Tool


CodeExplorer

Recommended Posts

CodeExplorer
Posted

DDOS Attack Tool source code VB .NET

Attached.

  • Like 1
Posted (edited)

lol....where`d you pick up this one? :)

            
...
WebBrowser61.Navigate("" & TextBox1.Text)
WebBrowser62.Navigate("" & TextBox1.Text)
....
Edited by deepzero
CodeExplorer
Posted

He tries to open the website multiple times: 104 times.

but this is not any DDOS Attack lol :lol:

it stincks like any other DDOS Attack Tools.

Posted

not attached?

CodeExplorer
Posted

not atached any more.

Just use webBrowser1.Navigate(new Uri(address)); method on a tick count

Here is an example:
/>http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx

Posted

I think using bots or zombies are more good DDoS attack these days, tools like this or Zero's etc are shut a ####

By the way thanks CodeCracker, it gives a nice idea.

  • 1 month later...
Posted

the best way to DDoS a site is using F5...

  • 2 years later...
Posted (edited)

tried the link, it's dead, would of liked to try this on my own alpha site, is there another link?


Edited by TheSin
Posted

Well lets enumerate the possible DoS methods


SYN FLOODs


routine multiple threaded GET request


same as above with POST requests


UDP packets


TCP packets


PING FLOODs (shit i remember the ping of death days)


random SQL injections against a known SQL port


same for SMTP ports


and many more...


all these combined into one big threaded code would do a wonderful amount of data clogging; add in multiple machines and you got a DDoS


  • 3 years later...
  • 2 months later...
Posted
On 6/19/2011 at 4:18 PM, CodeCracker said:

DDOS Attack Tool source code VB .NET

Attached.

new link please.

  • 6 months later...
Posted

plz upload this ddos....

  • 2 weeks later...
Posted

This was never a DDoS tool, it was a skiddy 'DoS' attempt using the web browser control in a Vb app. Most likely originated from HackForums since its the skiddy central of the internet.
Things like this will never accomplish much unless the server is ungodly old or extremely poorly setup.

If you are looking to do a true DDoS (first, why? whats the point) you are going to need a full-blown botnet to do any real damage/downtime to modern tech. Stupid crap like this is not what this site is for though.

  • Thanks 1
CodeExplorer
Posted (edited)

The DDOS Attack Tool posted was a crap!
 

Edited by CodeExplorer

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...