Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This is a HatSploit interface commands reference. Here you can find all commands, their usages and syntax.

Core Commands

clear

Clear terminal window.

Usage: clear

exit

Exit HatSploit Framework.

Usage: exit [option]

  -h, --help   Show this help message.
  -f, --force  Force exit, ignoring active jobs.

help

Show available commands.

Usage: help

Search payloads, modules and plugins.

Usage: search [option] [<keyword>]

  -w, --where [payloads|modules|plugins]  Select where search.

Database Commands

module_db

Manage module databases.

Usage: module_db <option> [arguments]

  -l, --list                        List all connected module databases.
  -d, --disconnect <name>           Disconnect specified module database.
  -c, --connect <name> <path>       Connect new module database.
  -b, --build <path> <output_path>  Build module database from modules path.

payload_db

Manage payload databases.

Usage: payload_db <option> [arguments]

  -l, --list                        List all connected payload databases.
  -d, --disconnect <name>           Disconnect specified payload database.
  -c, --connect <name> <path>       Connect new payload database.
  -b, --build <path> <output_path>  Build payload database from payloads path.

plugin_db

Manage plugin databases.

Usage: plugin_db <option> [arguments]

  -l, --list                        List all connected plugin databases.
  -d, --disconnect <name>           Disconnect specified plugin database.
  -c, --connect <name> <path>       Connect new plugin database.
  -b, --build <path> <output_path>  Build plugin database from plugins path.