json_pp -> jq
This commit is contained in:
parent
8ff1798f71
commit
7f3e900967
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ kali@kali:~$ searchsploit -h
|
||||||
searchsploit linux kernel 3.2 --exclude="(PoC)|/dos/"
|
searchsploit linux kernel 3.2 --exclude="(PoC)|/dos/"
|
||||||
searchsploit -s Apache Struts 2.0.0
|
searchsploit -s Apache Struts 2.0.0
|
||||||
searchsploit linux reverse password
|
searchsploit linux reverse password
|
||||||
searchsploit -j 55555 | json_pp
|
searchsploit -j 55555 | jq
|
||||||
searchsploit --cve 2021-44228
|
searchsploit --cve 2021-44228
|
||||||
|
|
||||||
For more examples, see the manual: https://www.exploit-db.com/searchsploit
|
For more examples, see the manual: https://www.exploit-db.com/searchsploit
|
||||||
|
|
|
@ -80,7 +80,7 @@ function usage() {
|
||||||
echo " ${progname} linux kernel 3.2 --exclude=\"(PoC)|/dos/\""
|
echo " ${progname} linux kernel 3.2 --exclude=\"(PoC)|/dos/\""
|
||||||
echo " ${progname} -s Apache Struts 2.0.0"
|
echo " ${progname} -s Apache Struts 2.0.0"
|
||||||
echo " ${progname} linux reverse password"
|
echo " ${progname} linux reverse password"
|
||||||
echo " ${progname} -j 55555 | json_pp"
|
echo " ${progname} -j 55555 | jq"
|
||||||
echo " ${progname} --cve 2021-44228"
|
echo " ${progname} --cve 2021-44228"
|
||||||
echo ""
|
echo ""
|
||||||
echo " For more examples, see the manual: https://www.exploit-db.com/searchsploit"
|
echo " For more examples, see the manual: https://www.exploit-db.com/searchsploit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue