Feature #564
help command should take an argument
| Status: | New | Start date: | 11/23/2009 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | Tod Beardsley | % Done: | 80% |
||
| Category: | documentation | ||||
| Target version: | Metasploit 4.2.0 | ||||
| Resolution: | How To Use: | ||||
| Release Note: |
Description
The help command currently just dumps help info for every loaded dispatcher. It would be better if it took an argument of a command or a class of commands (e.g.: "help exploit", "help database"). A search through dispatcher names and then command names would make it a lot more useful.
Associated revisions
move help_to_s down into CommandDispatcher so each dispatcher will know how to print its own help. see #564
git-svn-id: file:///home/svn/framework3/trunk@12640 4d416f70-5f16-0410-b530-b9f4589650da
add help for the last few commands that lacked it in core and move the methods around into a more logical order, see #564
git-svn-id: file:///home/svn/framework3/trunk@13580 4d416f70-5f16-0410-b530-b9f4589650da
History
Updated by James Lee over 1 year ago
- Target version changed from Metasploit 3.4.0 to Metasploit 3.4.1
Updated by James Lee over 1 year ago
- Target version changed from Metasploit 3.4.1 to Metasploit 3.5.0
Updated by James Lee about 1 year ago
- Target version changed from Metasploit 3.5.0 to Metasploit 3.6
Updated by James Lee 9 months ago
- Target version changed from Metasploit 3.6 to Metasploit 4.0.0
- % Done changed from 0 to 50
Most commands have help now, still a few that need updating. I'm fixing them as I come to them.
Updated by James Lee 9 months ago
Example output from r12640:
meterpreter > help webcam
Stdapi: Webcam Commands
=======================
Command Description
------- -----------
record_mic Record audio from the default microphone for X seconds
webcam_list List webcams
webcam_snap Take a snapshot from the specified webcam
meterpreter >
Updated by James Lee 6 months ago
- Target version changed from Metasploit 4.0.0 to Metasploit 4.1.0
Didn't make it, pushing to 4.1.0
Updated by Tod Beardsley 4 months ago
- Assignee changed from James Lee to Tod Beardsley
- Target version changed from Metasploit 4.1.0 to Metasploit 4.2.0
- 10 set to 0