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

This commit is contained in:
Xalgord 2024-09-20 16:39:06 +00:00 committed by gitbook-bot
parent 090b6e12aa
commit 2a832348a5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -5,3 +5,7 @@
{% @github-files/github-code-block url="https://github.com/0xPugazh/One-Liners" %}
{% @github-files/github-code-block url="https://github.com/Elsfa7-110/Elsfa7110-Oneliner-bughunting" %}
```bash
set domain "hoasted.com"; subfinder -d $domain -silent -all && assetfinder -subs-only $domain | grep "\.$domain" | sort -u | httpx -t 170 -status-code -title -location -tech-detect -probe | grep -v "FAILED" | anew "$domain-live.txt" | awk '{print $1}' | nuclei -es info,low -t cves -cloud-upload
```