From f9dbf5e941c9ec2687ee9223a260f01e2abd9e91 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 1/2] 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) From 95b20e0d22588f663360dc7b25faf8699006586b Mon Sep 17 00:00:00 2001 From: Xavier Marrugat Date: Mon, 22 Apr 2024 09:35:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49c8426..c53f9a1 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,11 @@ 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. Maltego Example [Import Graph](https://docs.maltego.com/support/solutions/articles/15000010797-import-graph-from-table) +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.

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) +## :eight_pointed_black_star: Export to Maltego +Do you want to proceed with tools like Maltego for your extended investigations? You can export the entire domain analysis (including files, individuals, emails, social profiles, registered sites, and usernames) to a Maltego-compatible file (CSV) and open it there. You'll find the Maltego Column Mapping configuration file ([_maltego_mapping.mtz_](maltego_mapping.mtz)) in the project's root directory. [Learn more about importing into Maltego](https://docs.maltego.com/support/solutions/articles/15000010797-import-graph-from-table) ## :bulb: Inspired by * [Holehe](https://github.com/megadose/holehe)