diff --git a/oneliners.md b/oneliners.md index 0b7ca30..7d9b199 100644 --- a/oneliners.md +++ b/oneliners.md @@ -7,5 +7,5 @@ {% @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 +set domain "hoasted.com"; subfinder -d $domain -silent -all && assetfinder -subs-only $domain && findomain -t $domain -q | 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 ```