forked from p15670423/monkey
Remove unused `get_pba()` in `infection_monkey/post_breach/pba.py`
This commit is contained in:
parent
8391df9114
commit
35f4515d6e
|
@ -37,14 +37,6 @@ class PBA(Plugin):
|
||||||
self.command = PBA.choose_command(linux_cmd, windows_cmd)
|
self.command = PBA.choose_command(linux_cmd, windows_cmd)
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|
||||||
def get_pba(self):
|
|
||||||
"""
|
|
||||||
This method returns a PBA object based on a worm's configuration.
|
|
||||||
Return None or False if you don't want the pba to be executed.
|
|
||||||
:return: A pba object.
|
|
||||||
"""
|
|
||||||
return self
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def should_run(class_name):
|
def should_run(class_name):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue