My-Methodologies/subdomain-enumeration/README.md

5 lines
158 B
Markdown
Raw Normal View History

2023-05-07 07:48:50 +00:00
```
$ amass enum -brute -passive -d abercrombie.com | httpx -silent -status-code | tee domain.txt
$ cat domain.txt | grep 200 | cut -d "[" -f1 > urls.txt
```