From 50967cc573981f6d3ecafb707a9ec6f37d18039a Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 5 Oct 2023 09:04:16 +0330 Subject: [PATCH] Update Recon.md --- Recon.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Recon.md b/Recon.md index fb810a3..22936a0 100644 --- a/Recon.md +++ b/Recon.md @@ -434,6 +434,9 @@ amass enum -d target.com | grep target.com # To just list subdomains # Subfinder, use -silent to only have subdomains in the output subfinder -d target.com [-silent] +# Find subdomains by use all sources for enumeration +subfinder -d target.com -cs -all | tee -a target.com +cat target.com | cut -d "," -f 1 | httpx -title -wc -sc -cl -ct -web-server -asn -p 8000,8080,8443,443,80,8008,3000,5000,9090,900,7070,9200,15672,9000 -threads 75 -location > httpx.txt ``` * [crt.sh](https://crt.sh/)