mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-23 12:13:05 +00:00
221 B
221 B
$ amass enum -brute -passive -d abercrombie.com | httpx -silent -status-code | tee domain.txt
$ cat domain.txt | grep 200 | cut -d "[" -f1 > urls.txt
$ gf xss td.com.txt | grep -Eo 'https?://[^\"]+' > tdfinal.txt