mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 21:12:16 -07:00
modified outout formatting
This commit is contained in:
parent
a7e3e4eddf
commit
27552b08a0
4 changed files with 8 additions and 6 deletions
|
@ -60,7 +60,7 @@ class ArpSpoof(Plugin):
|
|||
|
||||
def send_packets(self,pkt,interface):
|
||||
while self.send == True:
|
||||
sendp(pkt, inter=2, iface=interface)
|
||||
sendp(pkt, inter=2, iface=interface, verbose=False)
|
||||
|
||||
def build_req(self):
|
||||
if self.target == None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue