Pages

Saturday, December 21, 2013

DoSX74

[Image: pichw.png]

This is a HTTP / UDP Flooder for DoS attacks. You can set it for Days, or even a week or customize the amount of time your going to attack. I made it as simple as I possibly could.
If you get any visual errors remove the .skf and .dll file.

Virus Scan - VirusTotal

Code:
Antivirus    Version    Last Update    Result
AhnLab-V3    2011.06.15.00    2011.06.14    -
AntiVir    7.11.9.211    2011.06.15    -
Antiy-AVL    2.0.3.7    2011.06.15    -
Avast    4.8.1351.0    2011.06.15    -
Avast5    5.0.677.0    2011.06.15    -
AVG    10.0.0.1190    2011.06.15    -
BitDefender    7.2    2011.06.15    -
CAT-QuickHeal    11.00    2011.06.15    -
ClamAV    0.97.0.0    2011.06.15    -
Commtouch    5.3.2.6    2011.06.15    -
Comodo    9074    2011.06.15    -
DrWeb    5.0.2.03300    2011.06.15    -
Emsisoft    5.1.0.8    2011.06.15    -
eSafe    7.0.17.0    2011.06.15    -
eTrust-Vet    36.1.8387    2011.06.15    -
F-Prot    4.6.2.117    2011.06.15    -
F-Secure    9.0.16440.0    2011.06.15    -
Fortinet    4.2.257.0    2011.06.15    -
GData    22    2011.06.15    -
Ikarus    T3.1.1.104.0    2011.06.15    -
Jiangmin    13.0.900    2011.06.14    Trojan/Llac.ddg
K7AntiVirus    9.106.4812    2011.06.14    -
Kaspersky    9.0.0.837    2011.06.15    -
McAfee    5.400.0.1158    2011.06.15    -
McAfee-GW-Edition    2010.1D    2011.06.15    -
Microsoft    1.6903    2011.06.13    -
NOD32    6210    2011.06.15    -
Norman    6.07.10    2011.06.15    -
nProtect    2011-06-15.02    2011.06.15    -
Panda    10.0.3.5    2011.06.15    -
PCTools    7.0.3.5    2011.06.15    -
Prevx    3.0    2011.06.15    -
Rising    23.62.02.05    2011.06.15    -
Sophos    4.66.0    2011.06.15    -
SUPERAntiSpyware    4.40.0.1006    2011.06.15    -
Symantec    20111.1.0.186    2011.06.15    -
TheHacker    6.7.0.1.230    2011.06.14    -
TrendMicro    9.200.0.1012    2011.06.15    -
TrendMicro-HouseCall    9.200.0.1012    2011.06.15    -
VBA32    3.12.16.1    2011.06.15    -
VIPRE    9589    2011.06.15    -
ViRobot    2011.6.15.4513    2011.06.15    -
(Not sure why it says trojan)

DOWNLOAD
GameFront
MediaFire

Source.
Code:
Imports System.Net
Imports System.Net.NetworkInformation
Imports System.IO
Imports System.Net.Sockets
Imports System.Text
Imports System.Timers

Code:
Public Shared Timer As New Timer()

Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  If TextBox3.Text.Length > 1 Then
    Label2.Text = TextBox3.Text
  End If

  If CheckBox1.Checked = True And CheckBox2.Checked = True Then
    MsgBox("How the hell did you just do that?")
    End
  End If

No comments:

Post a Comment