Skip to content

Commit ce23c2d

Browse files
David MaloneyDavid Maloney
authored andcommitted
why is this test so whitespace sensitive?
1 parent d8af532 commit ce23c2d

File tree

1 file changed

+68
-68
lines changed

1 file changed

+68
-68
lines changed

features/commands/help.feature

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -9,93 +9,93 @@ Feature: Help command
99
Core Commands
1010
=============
1111
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
4040
4141
4242
Module Commands
4343
===============
4444
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
6060
6161
6262
Job Commands
6363
============
6464
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
7070
7171
7272
Resource Script Commands
7373
========================
7474
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
7979
8080
8181
Database Backend Commands
8282
=========================
8383
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
100100
"""
101101

0 commit comments

Comments
 (0)