Skip to content

Commit

Permalink
Added searchsploit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 1, 2024
1 parent 54ae7fc commit f38e6a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools_settings/searchsploit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "searchsploit",
"tool_description": "Used during Reconnaissance/Initial Access to search for exploits and shellcodes using one or more search.",
"args_description": [
"command: searchsploit [options] search_term1 [search_term2] ... [search_termN]\n",
"The output will contain an Exploit Title with informations about the exploit and\n",
"the Path to the exploit.\n",
"The search can be performed also using a specific CVE code, for example:\n",
"searchsploit --cve 2021-44228\n"
]
}

0 comments on commit f38e6a7

Please sign in to comment.