We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73844eb commit 4eb9a75Copy full SHA for 4eb9a75
features/commands/help.feature
@@ -1,12 +1,9 @@
1
Feature: Help command
2
3
Background:
4
- Given I run `msfconsole --defer-module-loads` interactively
5
- And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
+ Given I run `msfconsole --defer-module-loads -x help -x exit`
6
7
Scenario: The 'help' command's output
8
- When I type "help"
9
- And I type "exit"
10
Then the output should contain:
11
"""
12
Core Commands
0 commit comments