From 5e62909f650e8e898b5f4908702dcae00b6fd141 Mon Sep 17 00:00:00 2001 From: Simon Wessel <9195792+simon-wessel@users.noreply.github.com> Date: Thu, 12 Sep 2019 11:48:45 +0200 Subject: [PATCH] Add findomain - domain enumeration using CT logs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb181ea..78d4d70 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ ________________________________________________________________________________ * **Nmap** is used to discover hosts and services on a computer network, thus building a "map" of the network. https://github.com/nmap/nmap * **dnsrecon** a tool DNS Enumeration Script. https://github.com/darkoperator/dnsrecon * **dirsearch** is a simple command line tool designed to brute force directories and files in websites. https://github.com/maurosoria/dirsearch +* **findomain** is a fast domain enumeration tool that uses Certificate Transparency logs and a selection of APIs. https://github.com/Edu4rdSHL/findomain ### Passive Intelligence Gathering * **Social Mapper** OSINT Social Media Mapping Tool, takes a list of names & images (or LinkedIn company name) and performs automated target searching on a huge scale across multiple social media sites. Not restricted by APIs as it instruments a browser using Selenium. Outputs reports to aid in correlating targets across sites. https://github.com/SpiderLabs/social_mapper