mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [#3401] No subject
This commit is contained in:
parent
dfcba8e49f
commit
dcd8d0de9f
1 changed files with 2 additions and 2 deletions
|
@ -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**
|
||||
|
||||
|
|
Loading…
Reference in a new issue