-
Notifications
You must be signed in to change notification settings - Fork 0
Transforms List
For each entity, several sets of transforms are possible. Each transform belongs to a category set, such as 'MSF | DB | Enumerate'. Sets are classified according to the following rules:
Enumerate: Transforms that retrieve a set of a least one object beside/lower in the hierarchy. Example, a Host can retrieve its Services, and a Service can retrieve its respective Credentials. Association: Transforms that link a Maltego entity to a Metasploit object, new or existing. Example: a Netblock can have workspace properties, a common IPv4 can produce an IPv4 linked to a Metasploit host, etc... Entity (Workspace/Host/Service/etc.): Transforms that act on the entity itself, not on surrounding entities related to it. Example: Push/Pull transforms, which allow get/post operations on a Host, a Service, etc, deletion in MSF database also.
Netblock
- Metasploit | DB | Enumerate
- Get Hosts IP
- Metasploit | DB | Association
- To Msf Netblock Workspace
- Metasploit | DB | Workspace
- Delete Workspace
- Push Workspace
- Pull Workspace
Ipv4Address
MSF | DB | Enumerate Enum Host Enum Services MSF | DB | Association To Msf Host IP Host
MSF | DB | Enumerate Enum Services MSF | DB | Association To Metasploit Host Workspace MSF | DB | Host Delete Host Pull Host Push Host MSF | DB | Workspace Delete Host Workspace Push Host Workspace Pull Host Workspace Service
MSF | DB | Enumerate Enum Service Credentials MSF | DB | Service Delete Service Pull Service Push Service Credential
MSF | DB | Credential Delete Credential Pull Credential Push Credential