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

This commit is contained in:
Xalgord 2024-05-09 12:23:50 +00:00 committed by gitbook-bot
parent c440f6d5db
commit b2419b71f0
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -9,5 +9,5 @@ $ gf xss domain.txt | grep -Eo 'https?://[^\"]+' > domain.txt
#### Track new subdomains:
```bash
gungnir -r domain.txt | anew subs-com.txt | notify -id asset
gungnir -r all-domains.txt | anew all-subs.txt | tee -a new-assets.txt | notify -id asset
```