Actualiser README
This commit is contained in:
6
README
6
README
@@ -4,11 +4,13 @@ SCAN PORT 443
|
|||||||
|
|
||||||
# subfinder + httpx
|
# subfinder + httpx
|
||||||
|
|
||||||
echo hackerone.com | subfinder -silent | httpx -silent -sc -title -td -method -bp -server -ip -location -cname -asn -probe -j
|
echo hackerone.com | subfinder -silent | httpx -silent -sc -title -td -method -bp -server -ip -location -cname -asn -probe -j | jq . > hackerone.com__httpx.json
|
||||||
|
|
||||||
# nuclei
|
# nuclei
|
||||||
|
|
||||||
nuclei -u https://api.proxycrawl.com -j -o nuclei.json
|
nuclei -u https://api.proxycrawl.com -j -o nuclei.json | jq . > hackerone.com__nuclei.json
|
||||||
|
|
||||||
|
echo hackerone.com | subfinder -silent | nuclei -j -o nuclei.json | jq . > hackerone.com__nuclei.json
|
||||||
|
|
||||||
|
|
||||||
# IVRE
|
# IVRE
|
||||||
|
|||||||
Reference in New Issue
Block a user