Forrest logo
back to context overview

searchsploit

List of commands for searchsploit:

  • searchsploit:tldr:1b72e searchsploit: Open the resource to read with the pager defined in the `$PAGER` environment variable.
    $ searchsploit --explore ${exploit_number}
    try on your machine
    explain this command
  • searchsploit:tldr:5e52a searchsploit: Search for an exploit, shellcode, or paper.
    $ searchsploit ${search_terms}
    try on your machine
    explain this command
  • searchsploit:tldr:82648 searchsploit: Search for a known specific version, e.g. sudo version 1.8.27.
    $ searchsploit sudo 1.8.27
    try on your machine
    explain this command
  • searchsploit:tldr:9ecff searchsploit: Make a copy of the resource to the current directory (requires the number of the exploit).
    $ searchsploit --mirror ${exploit_number}
    try on your machine
    explain this command
  • searchsploit:tldr:ca0fc searchsploit: Show the exploit-db link to the found resources.
    $ searchsploit --www ${search_terms}
    try on your machine
    explain this command
  • searchsploit:tldr:f556e searchsploit: Update the local exploit database.
    $ searchsploit --update
    try on your machine
    explain this command
back to context overview