Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use -h to call cmd_use_help #10421

Merged
merged 1 commit into from Aug 4, 2018
Merged

Fix use -h to call cmd_use_help #10421

merged 1 commit into from Aug 4, 2018

Conversation

wvu
Copy link
Contributor

@wvu wvu commented Aug 4, 2018

It really shouldn't try to load it as a module.

  • Test help use
  • Test use with no arguments
  • Test use -h
  • Test use with a module
msf5 > use -h
[-] Failed to load module: -h
msf5 >
msf5 > use -h
Usage: use module_name

The use command is used to interact with a module of a given name.

msf5 >

From Metasploit Basics at Black Hat.

It really shouldn't try to load it as a module.
@wvu wvu assigned wvu and mubix Aug 4, 2018
@mubix mubix merged commit ef6be19 into rapid7:master Aug 4, 2018
mubix added a commit that referenced this pull request Aug 4, 2018
msjenkins-r7 pushed a commit that referenced this pull request Aug 4, 2018
@wvu
Copy link
Contributor Author

wvu commented Aug 4, 2018

Beautiful, thanks!

@wvu wvu removed their assignment Aug 4, 2018
@wvu wvu deleted the bug/use branch August 4, 2018 20:57
@tdoan-r7 tdoan-r7 added the rn-no-release-notes no release notes label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants