From 7f3e900967368e0c30e45d8f327c34fb9ac60e8a Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Fri, 11 Nov 2022 00:37:07 +0000 Subject: [PATCH] json_pp -> jq --- README.md | 2 +- searchsploit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"