mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-21 22:13:27 -07:00
--cmd does not work,it has a bug,fix it
This commit is contained in:
parent
65c805949a
commit
2d9adf4540
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Spoof(Plugin):
|
||||||
self.dhcp = options.dhcp
|
self.dhcp = options.dhcp
|
||||||
self.dhcpcfg = "./config_files/dhcp.cfg" or options.dhcpcfg
|
self.dhcpcfg = "./config_files/dhcp.cfg" or options.dhcpcfg
|
||||||
self.shellshock = options.shellshock
|
self.shellshock = options.shellshock
|
||||||
self.cmd = "echo 'pwned'" or options.cmd
|
self.cmd = options.cmd if options.cmd else "echo 'pwned'"
|
||||||
self.gateway = options.gateway
|
self.gateway = options.gateway
|
||||||
#self.summary = options.summary
|
#self.summary = options.summary
|
||||||
self.target = options.target
|
self.target = options.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue