mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
revamped jskeylogger plugin
This commit is contained in:
parent
c11d55e293
commit
95645e3700
3 changed files with 58 additions and 19 deletions
|
@ -33,7 +33,7 @@ class ArpSpoof(Plugin):
|
|||
if self.interface == None or self.routerip == None:
|
||||
sys.exit("[-] %s plugin requires --routerip and --interface" % self.name)
|
||||
|
||||
print "[*] ArpSpoof plugin online"
|
||||
print "[*] %s plugin online" % name
|
||||
if self.setup == True:
|
||||
print '[*] Setting up ip_forward and iptables'
|
||||
file = open('/proc/sys/net/ipv4/ip_forward', 'w')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue