GITBOOK-30: change request with no subject merged in GitBook

This commit is contained in:
Xalgord 2023-06-29 10:56:23 +00:00 committed by gitbook-bot
parent 50fb7d3fca
commit 4e72118a31
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -15,3 +15,9 @@ while read url; do
subjack -w $url.txt -o $url_takeover.txt
done < $filename
```
## Using nuclei for subdomain takeover
```
nuclei -l path/to/subdomains.txt -t /home/parrot/nuclei-templates-main/takeovers/detect-all-takeovers.yaml
```