Example #1
0
 def __init__(self):
     md = ModuleMetadata(
         module_name="madnesspro_v114",
         bot_name="Madness Pro v114",
         description="Distributed Denial of Service botnet capable of various attacks",
         authors=["Brian Wallace (@botnet_hunter)"],
         version="1.0.0",
         date="March 26, 2014",
         references=[],
     )
     HTTPBruteModule.__init__(self, md)
Example #2
0
 def __init__(self):
     md = ModuleMetadata(
         module_name="dexter_v1",
         bot_name="Dexter v1",
         description=
         "Point of sale malware designed to extract credit card information from RAM",
         authors=["Brian Wallace (@botnet_hunter)"],
         version="1.0.0",
         date="March 26, 2014",
         references=[])
     HTTPBruteModule.__init__(self, md)
Example #3
0
 def __init__(self):
     md = ModuleMetadata(
         module_name="dexter_v1",
         bot_name="Dexter v1",
         description="Point of sale malware designed to extract credit card information from RAM",
         authors=["Brian Wallace (@botnet_hunter)"],
         version="1.0.0",
         date="March 26, 2014",
         references=[]
     )
     HTTPBruteModule.__init__(self, md)
Example #4
0
 def __init__(self):
     md = ModuleMetadata(
         module_name="madnesspro_v114",
         bot_name="Madness Pro v114",
         description=
         "Distributed Denial of Service botnet capable of various attacks",
         authors=["Brian Wallace (@botnet_hunter)"],
         version="1.0.0",
         date="March 26, 2014",
         references=[])
     HTTPBruteModule.__init__(self, md)