mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-10 06:04:20 +00:00
GITBOOK-30: change request with no subject merged in GitBook
This commit is contained in:
parent
50fb7d3fca
commit
4e72118a31
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue