From dcd8d0de9f8d4d184c3b9373d86c285dec69e6d8 Mon Sep 17 00:00:00 2001 From: CPol Date: Tue, 16 Aug 2022 19:03:18 +0000 Subject: [PATCH] GitBook: [#3401] No subject --- .../external-recon-methodology/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic-methodologies-and-resources/external-recon-methodology/README.md b/generic-methodologies-and-resources/external-recon-methodology/README.md index 244e204c0..947692479 100644 --- a/generic-methodologies-and-resources/external-recon-methodology/README.md +++ b/generic-methodologies-and-resources/external-recon-methodology/README.md @@ -224,7 +224,7 @@ amass enum -d tesla.com | grep tesla.com # To just list subdomains * [**OneForAll**](https://github.com/shmilylty/OneForAll/tree/master/docs/en-us) ```bash -python3 oneforall.py --target tesla.com [--dns False] [--req False] run +python3 oneforall.py --target tesla.com [--dns False] [--req False] [--brute False] run ``` * [**assetfinder**](https://github.com/tomnomnom/assetfinder) @@ -349,7 +349,7 @@ Note how these tools require a **list of IPs of public DNSs**. If these public D ### **VHosts / Virtual Hosts** -You can find some VHosts in IPs using [HostHunter](https://github.com/SpiderLabs/HostHunter) +You can find some VHosts in IPs using [HostHunter](https://github.com/SpiderLabs/HostHunter) or other APIs. **Brute Force**