From d12ff09d6e7c2124b302740e7c8621955951ff12 Mon Sep 17 00:00:00 2001 From: Jordi Guijarro <160481747+jguijarroo@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:30:09 +0200 Subject: [PATCH] Update README.md Maltego support --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b2d7d..49c8426 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,12 @@ async def findRegisteredSitesHolehe(domain_id):

Emails tab

## :eight_spoked_asterisk: Export to GraphML -Do you want to create a visualization graph with the findings? You can export the whole domain analysis to a GraphML file and open it with yED, Gephi or any tool of your choice. It currently exports files, people, emails, social profiles, registered sites and usernames. URLs and subdomains are not included due to the amount of results. +Do you want to create a visualization graph with the findings? You can export the whole domain analysis to a GraphML file and open it with yED, Gephi or any tool of your choice. It currently exports files, people, emails, social profiles, registered sites and usernames. URLs and subdomains are not included due to the amount of results. Maltego Example [Import Graph](https://docs.maltego.com/support/solutions/articles/15000010797-import-graph-from-table)

Graph visualization example

+## :eight_spoked_asterisk: Export to Maltego +Do you want to go forward with tools like Maltego for your extended investigations? You can export the whole domain analysis to a Maltego compatible file and open it there. [Importing in Maltego](https://docs.maltego.com/support/solutions/articles/15000010797-import-graph-from-table) + ## :bulb: Inspired by * [Holehe](https://github.com/megadose/holehe) * [Maigret](https://github.com/soxoj/maigret)