mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-22 03:33:07 +00:00
GITBOOK-113: added findomain
This commit is contained in:
parent
2a832348a5
commit
2a50552f42
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@
|
||||||
{% @github-files/github-code-block url="https://github.com/Elsfa7-110/Elsfa7110-Oneliner-bughunting" %}
|
{% @github-files/github-code-block url="https://github.com/Elsfa7-110/Elsfa7110-Oneliner-bughunting" %}
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue