Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soxoj/maltego-transformation-template
A template for standard Maltego transformation
https://github.com/soxoj/maltego-transformation-template
maltego maltego-transformations osint
Last synced: 6 days ago
JSON representation
A template for standard Maltego transformation
- Host: GitHub
- URL: https://github.com/soxoj/maltego-transformation-template
- Owner: soxoj
- License: apache-2.0
- Created: 2021-12-08T20:07:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T20:10:36.000Z (about 3 years ago)
- Last Synced: 2025-01-19T18:02:04.240Z (12 days ago)
- Topics: maltego, maltego-transformations, osint
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maltego transformation example
## Development
See the [official Maltego documentation](https://docs.maltego.com/support/solutions/articles/15000017605-writing-local-transforms-in-python#create-a-project-folder-0-0).
## Installation example
1. Ensure you have Python3 and pip installed.
2. `pip3 install -r requirements.txt`
3. Open Maltego (CE will be enough)
4. Click "New local transform..." button
![image](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/15008885846/original/4iNHwg0zGFGfKM3BHHG2xyGcOqSqPA4gDg.png?1542716349)
5. Fill in the fields in the first window (example below), press Next
![image](https://user-images.githubusercontent.com/31013580/145275341-0af933d0-d904-4d78-b767-9cdec17874d9.png)
6. Fill in the fields in the second window (example below), press Finish
![image](https://user-images.githubusercontent.com/31013580/145275517-7b8480a2-a197-4886-be4d-9283a9e27674.png)
## Usage example
1. Create an Alias with desired username and choose transformation
![image](https://user-images.githubusercontent.com/31013580/145275774-77ebe2e3-8956-4071-838e-d23869482069.png)
2. That's all!
![image](https://user-images.githubusercontent.com/31013580/145275886-27f8d7ed-86a8-44fe-a700-74dc69de31c5.png)