plugins now handle their own output

This commit is contained in:
byt3bl33d3r 2014-07-14 13:17:34 +02:00
parent 606e85be40
commit 1b6841f9c1
6 changed files with 47 additions and 56 deletions

View file

@ -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):
"""