mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 21:12:16 -07:00
plugins now handle their own output
This commit is contained in:
parent
606e85be40
commit
1b6841f9c1
6 changed files with 47 additions and 56 deletions
|
@ -16,7 +16,7 @@ from tempfile import mkstemp
|
|||
try:
|
||||
from configobj import ConfigObj
|
||||
except:
|
||||
sys.exit('[-] configobj not installed!')
|
||||
sys.exit('[-] configobj library not installed!')
|
||||
|
||||
class FilePwn(Plugin):
|
||||
name = "FilePwn"
|
||||
|
@ -55,7 +55,7 @@ class FilePwn(Plugin):
|
|||
self.LinuxType = self.userConfig['targets']['ALL']['LinuxType']
|
||||
self.zipblacklist = self.userConfig['ZIP']['blacklist']
|
||||
|
||||
print "[*] %s plugin online" % self.name
|
||||
print "[*] FilePwn plugin online"
|
||||
|
||||
def binaryGrinder(self, binaryFile):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue