Jump to content
Tuts 4 You

DDOS Attack Tool


CodeExplorer

Recommended Posts

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

            
...
WebBrowser61.Navigate("" & TextBox1.Text)
WebBrowser62.Navigate("" & TextBox1.Text)
....
Edited by deepzero
Link to comment
CodeExplorer

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.

Link to comment
CodeExplorer

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

Link to comment

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.

Link to comment
  • 1 month later...
  • 2 years later...

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


Link to comment
  • 3 years later...
  • 2 months later...
  • 6 months later...
  • 2 weeks later...

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
Link to comment

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...