I have encountered the problem of not having the command line JSON processor jq on the Kali Linux so I decided to share how I have dealt with it. stedolan/jq
jq is a lightweight and flexible command-line JSON processor. , Unix: , Windows: If you want to learn to use jq, read…github.com Firstly, to determine the system information I ran: uname -a That yielded 5.3.0-kali2-amd64 … Then I took the link of the…