x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
713 stars 116 forks source link

Tool definition error, should Httprobe change to fprobe #64

Closed taielab closed 4 years ago

taielab commented 4 years ago

Describe the bug

Httprobe has no -prefer-https parameter.

Expected behavior

图片

Screenshots

图片

Additional context Httprobe change to fprobe

x1mdev commented 4 years ago

Are you using the latest version of httprobe? It looks like the flag is present when I use httprobe -h:

httprobe -h
Usage of httprobe:
  -c int
        set the concurrency level (split equally between HTTPS and HTTP requests) (default 20)
  -method string
        HTTP method to use (default "GET")
  -p value
        add additional probe (proto:port)
  -prefer-https
        only try plain HTTP if HTTPS fails
  -s    skip the default probes (http:80 and https:443)
  -t int
        timeout (milliseconds) (default 10000)