2024-08-16 00:49:53 +02:00
2024-08-02 13:18:30 +00:00
2024-08-16 00:49:53 +02:00

SCAN PORT 443



# subfinder + httpx

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 

subfinder -d hackerone.com -silent | httpx

echo hackerone.com | subfinder -silent | httpx | nuclei -j | jq . > hackerone.com__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


 installation : 
 yes | ivre ipinfo --init
 yes | ivre scancli --init
 yes | ivre view --init
 yes | ivre flowcli --init
 yes | ivre runscansagentdb --init
 ivre ipdata --download

 ivre runscans --routable --limit 1000
 ivre runscans --network 10.10.10.10/24

 https://doc.ivre.rocks/en/latest/index.html
 
 ivre scan2db -c ROUTABLE-001 -s MySource -r scans/ROUTABLE/up
 ivre db2view nmap


  177  ivre scan2db -c nuclei2 -s nuclei2 -r nuclei.json
  178  ivre db2view all
Description
Scan Info
Readme 134 KiB
Languages
CSV 100%