README.md
Rendering markdown...
from outflank_stage1.task.base_bof_task import BaseBOFTask
from outflank_stage1.implant.enums import ImplantArch
class PulsePrivEsc(BaseBOFTask):
def __init__(self):
super().__init__(
"pulse_priv_esc",
base_binary_name = "PulsePrivEsc",
supported_architectures=[ImplantArch.INTEL_X64]
)
self.parser.description = "Ivanti Secure Access VPN client LPE (CVE-2023-35080) by Northwave."