@@ -9,93 +9,93 @@ Feature: Help command
9
9
Core Commands
10
10
=============
11
11
12
- Command Description
13
- ------- -----------
14
- ? Help menu
15
- banner Display an awesome metasploit banner
16
- cd Change the current working directory
17
- color Toggle color
18
- connect Communicate with a host
19
- exit Exit the console
20
- get Gets the value of a context-specific variable
21
- getg Gets the value of a global variable
22
- grep Grep the output of another command
23
- help Help menu
24
- irb Drop into irb scripting mode
25
- load Load a framework plugin
26
- quit Exit the console
27
- route Route traffic through a session
28
- save Saves the active datastores
29
- sess Interact with a given session
30
- sessions Dump session listings and display information about sessions
31
- set Sets a context-specific variable to a value
32
- setg Sets a global variable to a value
33
- sleep Do nothing for the specified number of seconds
34
- spool Write console output into a file as well the screen
35
- threads View and manipulate background threads
36
- unload Unload a framework plugin
37
- unset Unsets one or more context-specific variables
38
- unsetg Unsets one or more global variables
39
- version Show the framework and console library version numbers
12
+ Command Description
13
+ ------- -----------
14
+ ? Help menu
15
+ banner Display an awesome metasploit banner
16
+ cd Change the current working directory
17
+ color Toggle color
18
+ connect Communicate with a host
19
+ exit Exit the console
20
+ get Gets the value of a context-specific variable
21
+ getg Gets the value of a global variable
22
+ grep Grep the output of another command
23
+ help Help menu
24
+ irb Drop into irb scripting mode
25
+ load Load a framework plugin
26
+ quit Exit the console
27
+ route Route traffic through a session
28
+ save Saves the active datastores
29
+ sess Interact with a given session
30
+ sessions Dump session listings and display information about sessions
31
+ set Sets a context-specific variable to a value
32
+ setg Sets a global variable to a value
33
+ sleep Do nothing for the specified number of seconds
34
+ spool Write console output into a file as well the screen
35
+ threads View and manipulate background threads
36
+ unload Unload a framework plugin
37
+ unset Unsets one or more context-specific variables
38
+ unsetg Unsets one or more global variables
39
+ version Show the framework and console library version numbers
40
40
41
41
42
42
Module Commands
43
43
===============
44
44
45
- Command Description
46
- ------- -----------
47
- advanced Displays advanced options for one or more modules
48
- back Move back from the current context
49
- edit Edit the current module with $VISUAL or $EDITOR
50
- info Displays information about one or more modules
51
- loadpath Searches for and loads modules from a path
52
- options Displays global options or for one or more modules
53
- popm Pops the latest module off the stack and makes it active
54
- previous Sets the previously loaded module as the current module
55
- pushm Pushes the active or list of modules onto the module stack
56
- reload_all Reloads all modules from all defined module paths
57
- search Searches module names and descriptions
58
- show Displays modules of a given type, or all modules
59
- use Selects a module by name
45
+ Command Description
46
+ ------- -----------
47
+ advanced Displays advanced options for one or more modules
48
+ back Move back from the current context
49
+ edit Edit the current module with $VISUAL or $EDITOR
50
+ info Displays information about one or more modules
51
+ loadpath Searches for and loads modules from a path
52
+ options Displays global options or for one or more modules
53
+ popm Pops the latest module off the stack and makes it active
54
+ previous Sets the previously loaded module as the current module
55
+ pushm Pushes the active or list of modules onto the module stack
56
+ reload_all Reloads all modules from all defined module paths
57
+ search Searches module names and descriptions
58
+ show Displays modules of a given type, or all modules
59
+ use Selects a module by name
60
60
61
61
62
62
Job Commands
63
63
============
64
64
65
- Command Description
66
- ------- -----------
67
- jobs Displays and manages jobs
68
- kill Kill a job
69
- rename_job Rename a job
65
+ Command Description
66
+ ------- -----------
67
+ jobs Displays and manages jobs
68
+ kill Kill a job
69
+ rename_job Rename a job
70
70
71
71
72
72
Resource Script Commands
73
73
========================
74
74
75
- Command Description
76
- ------- -----------
77
- makerc Save commands entered since start to a file
78
- resource Run the commands stored in a file
75
+ Command Description
76
+ ------- -----------
77
+ makerc Save commands entered since start to a file
78
+ resource Run the commands stored in a file
79
79
80
80
81
81
Database Backend Commands
82
82
=========================
83
83
84
- Command Description
85
- ------- -----------
86
- creds List all credentials in the database
87
- db_connect Connect to an existing database
88
- db_disconnect Disconnect from the current database instance
89
- db_export Export a file containing the contents of the database
90
- db_import Import a scan result file (filetype will be auto-detected)
91
- db_nmap Executes nmap and records the output automatically
92
- db_rebuild_cache Rebuilds the database-stored module cache
93
- db_status Show the current database status
94
- hosts List all hosts in the database
95
- loot List all loot in the database
96
- notes List all notes in the database
97
- services List all services in the database
98
- vulns List all vulnerabilities in the database
99
- workspace Switch between database workspaces
84
+ Command Description
85
+ ------- -----------
86
+ creds List all credentials in the database
87
+ db_connect Connect to an existing database
88
+ db_disconnect Disconnect from the current database instance
89
+ db_export Export a file containing the contents of the database
90
+ db_import Import a scan result file (filetype will be auto-detected)
91
+ db_nmap Executes nmap and records the output automatically
92
+ db_rebuild_cache Rebuilds the database-stored module cache
93
+ db_status Show the current database status
94
+ hosts List all hosts in the database
95
+ loot List all loot in the database
96
+ notes List all notes in the database
97
+ services List all services in the database
98
+ vulns List all vulnerabilities in the database
99
+ workspace Switch between database workspaces
100
100
"""
101
101
0 commit comments