mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
searchsploit: edit page (#12310)
* searchsploit: edit page * searchsploit: add examples * searchsploit: improve page description * searchexploit: add missing mnemonics and rephrase descriptions * Update pages/common/searchsploit.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> * Update pages/common/searchsploit.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> * Update pages/common/searchsploit.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> * Update pages/common/searchsploit.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages/common/searchsploit.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> * Update pages/common/searchsploit.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages/common/searchsploit.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
887a701877
commit
d44bb05ba2
1 changed files with 13 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# searchsploit
|
# searchsploit
|
||||||
|
|
||||||
> Searchsploit searches exploit database's database for exploits, shellcodes and/or papers.
|
> Search Exploit Database for exploits, shellcodes and/or papers.
|
||||||
> If known version numbers are used as search terms, exploits for both the exact version and others whose version range covers the one specified are shown.
|
> If known version numbers are used as search terms, exploits for both the exact version and others whose version range covers the one specified are shown.
|
||||||
> More information: <https://www.exploit-db.com/searchsploit>.
|
> More information: <https://www.exploit-db.com/searchsploit>.
|
||||||
|
|
||||||
|
@ -16,14 +16,22 @@
|
||||||
|
|
||||||
`searchsploit --www {{search_terms}}`
|
`searchsploit --www {{search_terms}}`
|
||||||
|
|
||||||
- Make a copy of the resource to the current directory (requires the number of the exploit):
|
- Copy ([m]irror) the resource to the current directory (requires the number of the exploit):
|
||||||
|
|
||||||
`searchsploit --mirror {{exploit_number}}`
|
`searchsploit --mirror {{exploit_number}}`
|
||||||
|
|
||||||
- Open the resource to read with the pager defined in the `$PAGER` environment variable:
|
- E[x]amine the resource, using the pager defined in the `$PAGER` environment variable:
|
||||||
|
|
||||||
`searchsploit --explore {{exploit_number}}`
|
`searchsploit --examine {{exploit_number}}`
|
||||||
|
|
||||||
- Update the local exploit database:
|
- [u]pdate the local Exploit Database:
|
||||||
|
|
||||||
`searchsploit --update`
|
`searchsploit --update`
|
||||||
|
|
||||||
|
- Search for the [c]ommon [v]ulnerabilities and [e]xposures (CVE) value:
|
||||||
|
|
||||||
|
`searchsploit --cve {{2021-44228}}`
|
||||||
|
|
||||||
|
- Check results in `nmap`'s XML output with service version (`nmap -sV -oX nmap-output.xml`) for known exploits:
|
||||||
|
|
||||||
|
`searchsploit --nmap {{path/to/nmap-output.xml}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue