Sinisterly
[HC Official] Email Spammer - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: [HC Official] Email Spammer (/Thread-HC-Official-Email-Spammer)

Pages: 1 2 3 4 5 6 7 8 9


RE: [HC Official] Email Spammer - winterknight - 11-07-2013

Hello U!

You can code for win xp...I downloaded and extra but it uses X64 and X82 ...I can't use it ...bc I am using win XP Sad... Please help me


RE: [HC Official] Email Spammer - Psycho_Coder - 11-07-2013

(11-07-2013, 04:37 AM)winterknight Wrote: Hello U!

You can code for win xp...I downloaded and extra but it uses X64 and X82 ...I can't use it ...bc I am using win XP Sad... Please help me

what is your .net framework version ?


RE: [HC Official] Email Spammer - winterknight - 11-07-2013

My ".net framework" version : 4.0.0 ...I had run x82 bit but issue occur when clicking send button ...Victim's mail can't receive spam mail...I don't know ...I'm not sure use tool right ....Sad
Please U help me Smile

Image of issue :
[Image: 4412345.jpg]


RE: [HC Official] Email Spammer - AnonyomosGuy - 11-18-2013

Thanks for this <3


RE: [HC Official] Email Spammer - AxwellMix - 12-31-2013

I'm trying to use this but It's telling me that to continue sending meessages, please sign in to your account.


RE: [HC Official] Email Spammer - Phobia_mybb_import9011 - 01-12-2014

I'm definitely going to try this out now.


RE: [HC Official] Email Spammer - jsinc - 01-12-2014

good work bro worked with custom smtp too


RE: [HC Official] Email Spammer - CHAOS-THEORY - 01-12-2014

(04-03-2013, 12:41 PM)Psycho_Coder Wrote: Thank you for your feedback.

To your first feedback that is why I did use "End", well I dont think this does any harm as it is acceptable in VB.NET though it was derived from VB6 , but from time I will not use this for sure following you.So I will use "Application.Exit()", I hope using this is okay.

Secondly,
for the try catch one, I agree to your point and thanks for clearing the concept.

Thirdly,
Code:
Private WithEvents TestWorker As System.ComponentModel.BackgroundWorker
It is junk , I changed the code later , but I forgot to remove some of statements, I am sorry for that.

fourthly,
Yes, I will use AndAlso , I didnt knew about this, thanks for pointing out.

fifthly,
I don't see any harm in using MsgBox(), it works perfectly.I think thats more important.

Sixth,
Code:
Dim a, b As Integer Dim np As New System.Drawing.Point Private Sub GhostTheme1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles GhostTheme1.MouseDown a = MousePosition.X - Me.Location.X b = MousePosition.Y - Me.Location.Y End Sub Private Sub GhostTheme1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles GhostTheme1.MouseMove If e.Button = MouseButtons.Left Then np = MousePosition np.X = np.X - a np.X = np.Y - b End If End Sub

The above code is my doubt number 2, But I had edited the thread and removed that part.The Source has been edited Now, I have used different functions now, removed MsgBox and End

Thread Updated and progress bar fixed.
Thank you for your suggesttion.


Sorry for going off topic but; is there "Secondly" ... "fourthly" and "fifthly" in english ? just so i can update my db.

well actually...
[Image: 3cd8a33a.png]
btw, there should be a way to send to a list of emails. it would've been better; and the program causes alot of exceptions. still Good luck mate



RE: [HC Official] Email Spammer - ArkPhaze - 01-13-2014

(01-12-2014, 10:10 PM)CHAOS-THEORY Wrote:
(04-03-2013, 12:41 PM)Psycho_Coder Wrote: Thank you for your feedback.

To your first feedback that is why I did use "End", well I dont think this does any harm as it is acceptable in VB.NET though it was derived from VB6 , but from time I will not use this for sure following you.So I will use "Application.Exit()", I hope using this is okay.

Secondly,
for the try catch one, I agree to your point and thanks for clearing the concept.

Thirdly,
Code:
Private WithEvents TestWorker As System.ComponentModel.BackgroundWorker
It is junk , I changed the code later , but I forgot to remove some of statements, I am sorry for that.

fourthly,
Yes, I will use AndAlso , I didnt knew about this, thanks for pointing out.

fifthly,
I don't see any harm in using MsgBox(), it works perfectly.I think thats more important.

Sixth,
Code:
Dim a, b As Integer Dim np As New System.Drawing.Point Private Sub GhostTheme1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles GhostTheme1.MouseDown a = MousePosition.X - Me.Location.X b = MousePosition.Y - Me.Location.Y End Sub Private Sub GhostTheme1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles GhostTheme1.MouseMove If e.Button = MouseButtons.Left Then np = MousePosition np.X = np.X - a np.X = np.Y - b End If End Sub

The above code is my doubt number 2, But I had edited the thread and removed that part.The Source has been edited Now, I have used different functions now, removed MsgBox and End

Thread Updated and progress bar fixed.
Thank you for your suggesttion.


Sorry for going off topic but; is there "Secondly" ... "fourthly" and "fifthly" in english ? just so i can update my db.

well actually...
[Image: 3cd8a33a.png]
btw, there should be a way to send to a list of emails. it would've been better; and the program causes alot of exceptions. still Good luck mate

Is this a rhetorical question implying that it doesn't exist as part of the English language? Because you'd be wrong: http://oald8.oxfordlearnersdictionaries.com/dictionary/fifthly

That's just one example of all the others that also exist.


RE: [HC Official] Email Spammer - gharibe007 - 01-13-2014

(04-02-2013, 05:07 PM)Psycho_Coder Wrote:
[Image: PWlX5.png]

[Image: pichc-1.png]


Source Code- [UPDATED]

Code:
Imports System.Net.Mail Public Class Form1 Dim s1 As Integer = 0 Dim p As Integer Private Sub GhostButton3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton3.Click Application.Exit() End Sub Private Sub GhostButton2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton2.Click BackgroundWorker1.CancelAsync() End Sub Private Sub clear() Label12.Visible = False Label13.Visible = False Label14.Visible = False Label15.Visible = False Label16.Visible = False GhostTextBox6.ReadOnly = True GhostTextBox7.ReadOnly = True End Sub Private Sub GhostButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton1.Click Select Case String.Empty Case GhostTextBox1.Text Label12.Visible = True Case GhostTextBox2.Text Label13.Visible = True Case GhostTextBox5.Text Label14.Visible = True Case GhostTextBox6.Text, GhostTextBox7.Text Label15.Visible = True Label16.Visible = True MessageBox.Show("Please choose your Mail Provider", "Mail Provider Not Chosen", MessageBoxButtons.OK, MessageBoxIcon.Error) Case Else clear() s1 = 0 ProgressBar1.Value = 0 ProgressBar1.Update() GhostButton1.Enabled = False GhostButton3.Enabled = False GhostButton2.Enabled = True If NumericUpDown1.Value = 0 Then MessageBox.Show("Please select how many mails do you want to sent!", "How many mail to be sent ?", MessageBoxButtons.OK, MessageBoxIcon.Error) Else BackgroundWorker1.RunWorkerAsync() ProgressBar1.Maximum = NumericUpDown1.Value ProgressBar1.Value = 0 End If End Select End Sub Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork Try Dim msg As New MailMessage() msg.From = New MailAddress(GhostTextBox1.Text) msg.To.Add(GhostTextBox5.Text) msg.Subject = (GhostTextBox4.Text) msg.Body = GhostTextBox3.Text For counter = 0 To ListBox1.Items.Count - 1 Dim Attach As Net.Mail.Attachment = New Net.Mail.Attachment(ListBox1.Items(counter)) msg.Attachments.Add(Attach) Next Dim SMTPServer As New SmtpClient SMTPServer.Host = GhostTextBox6.Text SMTPServer.Port = GhostTextBox7.Text SMTPServer.Credentials = New System.Net.NetworkCredential(GhostTextBox1.Text, GhostTextBox2.Text) SMTPServer.EnableSsl = True Do Until s1 = NumericUpDown1.Value If BackgroundWorker1.CancellationPending Then Exit Sub End If SMTPServer.Send(msg) s1 = s1 + 1 Me.ProgressBar1.Value = s1 Loop MessageBox.Show("All the Mail has been Sent!", "Mail Sent", MessageBoxButtons.OK, MessageBoxIcon.Information) ProgressBar1.Value = 0 Catch ex As Exception MessageBox.Show(ex.ToString) End Try End Sub Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk For Each fls As String In OpenFileDialog1.FileNames ListBox1.Items.Add(fls) Next End Sub Private Sub GhostButton4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton4.Click OpenFileDialog1.ShowDialog() End Sub Private Sub donework(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BackgroundWorker1.RunWorkerCompleted GhostButton1.Enabled = True GhostButton3.Enabled = True GhostButton2.Enabled = False End Sub Private Sub GhostButton5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GhostButton5.Click If ListBox1.Items.Count = 0 Then MessageBox.Show("No attachments to clear", "No Attachments", MessageBoxButtons.OK, MessageBoxIcon.Error) Else ListBox1.Items.Clear() End If End Sub Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged Select Case ComboBox1.SelectedIndex Case 1 GhostTextBox6.ReadOnly = False GhostTextBox7.ReadOnly = False Case 2 GhostTextBox6.Text = "smtp.gmail.com" GhostTextBox7.Text = "587" Case 3 GhostTextBox6.Text = "smtp.mail.yahoo.com" GhostTextBox7.Text = "465" Case 4 GhostTextBox6.Text = "smtp.live.com" GhostTextBox7.Text = "587" Case 5 GhostTextBox6.Text = "smtp.aol.com" GhostTextBox7.Text = "587" End Select End Sub End Class

[Image: 97253571510598985560.png]

Mail Spammer-(Source + exe)

[Image: 97253571510598985560.png]

Mail Spammer-(exe only)

Note:-
Both both x64 and x86 exe are there the links




Credits for theme:

Aeonhack - For GhostTheme

Reference:
1. http://vb.net-informations.com/
2. MSDN Library.

virusian my bro
https://www.virustotal.com/en/file/db692c7990ba074351203b83b5ca98432056424a4a3abd541fe6d2623c65bf65/analysis/1389608302/