diff --git a/README.md b/README.md index 55374e010..ae53b3321 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ kali@kali:~$ searchsploit -h searchsploit linux kernel 3.2 --exclude="(PoC)|/dos/" searchsploit -s Apache Struts 2.0.0 searchsploit linux reverse password - searchsploit -j 55555 | json_pp + searchsploit -j 55555 | jq searchsploit --cve 2021-44228 For more examples, see the manual: https://www.exploit-db.com/searchsploit diff --git a/searchsploit b/searchsploit index 9278844e9..20b7461b8 100755 --- a/searchsploit +++ b/searchsploit @@ -80,7 +80,7 @@ function usage() { echo " ${progname} linux kernel 3.2 --exclude=\"(PoC)|/dos/\"" echo " ${progname} -s Apache Struts 2.0.0" echo " ${progname} linux reverse password" - echo " ${progname} -j 55555 | json_pp" + echo " ${progname} -j 55555 | jq" echo " ${progname} --cve 2021-44228" echo "" echo " For more examples, see the manual: https://www.exploit-db.com/searchsploit"