nahamsec/recon_profile

jq command not found in certspotter

0xSnowmn opened this issue · 3 comments

When i run certspotter i get "bash: jq: command not found"
how i can solve this?

Hi @yghonem14,

jq is a lightweight and flexible command-line JSON processor.

You can install on Linux with the following command:

sudo apt-get install jq

More information on installation at https://stedolan.github.io/jq/download/

Solved,Thank you!

For Mac OS users brew install jq