-
Notifications
You must be signed in to change notification settings - Fork 0
Transforms List
maxlandon edited this page Feb 26, 2019
·
6 revisions
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
- Metasploit | DB | Enumerate
- Enumerate Host
- Enumerate Services
- Metasploit | DB | Association
- To Msf Host IP
Host
- Metasploit | DB | Enumerate
- Enumerate Services
- Metasploit | DB | Association
- To Metasploit Host Workspace
- Metasploit | DB | Host
- Push Host
- Pull Host
- Delete Host
- Metasploit | DB | Workspace
- Push Host Workspace
- Pull Host Workspace
- Delete Host Workspace
Service
- Metasploit | DB | Enumerate
- Enumerate Service Credentials
- Metasploit | DB | Service
- Push Service
- Pull Service
- Delete Service
Credential
- Metasploit | DB | Credential
- Push Credential
- Pull Credential
- Delete Credential