From 3dd7f467175b5ac5a8e7c7456411a0fc440d2adf Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Thu, 3 Nov 2022 21:34:34 +0100 Subject: [PATCH] Update Subdomains Enumeration.md --- Methodology and Resources/Subdomains Enumeration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Methodology and Resources/Subdomains Enumeration.md b/Methodology and Resources/Subdomains Enumeration.md index d5ad30d..09c2a5e 100644 --- a/Methodology and Resources/Subdomains Enumeration.md +++ b/Methodology and Resources/Subdomains Enumeration.md @@ -164,9 +164,9 @@ cat /tmp/results_subfinder.txt | massdns -r $DNS_RESOLVERS -t A -o S -w /tmp/res nmap -sn --script hostmap-crtsh host_to_scan.tld ``` -### -``` -using dnsdumpster +### Using dnsdumpster + +```ps1 git clone https://github.com/nmmapper/dnsdumpster python dnsdumpster.py -d domainname.com ```