Exemple #1
0
 def __init__(self, reporter=None):
     malwareconfigparser.__init__(self, description='Emotet configuration parser.', author='kevoreilly', reporter=reporter)
Exemple #2
0
 def __init__(self, reporter=None):
     malwareconfigparser.__init__(self,
                                  description='Enfal configuration parser.',
                                  author='kev',
                                  reporter=reporter)
Exemple #3
0
#!/usr/bin/python
 def __init__(self, reporter = None):
     malwareconfigparser.__init__(self,
         description = 'example parser that works on any file',
         author = 'DC3',
         reporter = reporter
         )
 def __init__(self, reporter=None):
     malwareconfigparser.__init__(
         self,
         description='example parser that works on any file',
         author='DC3',
         reporter=reporter)