fortrace.attacks package
Submodules
fortrace.attacks.mutli_stage_attack module
Definition of Multi Stage Attacks.
This module contains all definitions necessary to create a multi-stage attack class to be used by ForTrace’s Generator. When deriving a class from MultiStageAttack, please use the MultiStageAttackEvent to communicate with the Generator.
- class fortrace.attacks.mutli_stage_attack.MultiStageAttack(domain: VirshDomain, config: dict)[source]
Bases:
ABCInterface for a multi-stage attack class.
Longer class description
Attributes:
- property calls
- property loot
Module contents
This package contains modules for providing attack methods or for getting command strings for shell execution.