-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Show command without current module #87
Comments
I'm working on this, so no need to self-assign. PR incoming. |
I like the idea of show, as after pulling the git it is a little hard to get around blindly. My requsest to @deltaheavy wonderful addition was to also alias it to '?' and 'help' unless there is planned implementation for those commands. |
Help does something else, implemented in the same PR :) @maintainers On Fri, May 13, 2016, 3:17 PM Ben [email protected] wrote:
|
@deltaheavy @BenjaminHCCarr For now "help" is enough. Implementing alias '?' to 'help' might be quite tricky in current design. We are going to display information that "help" should be used if the provided input is not valid command. |
@lucyoa @deltaheavy the global show sounds similar to what I was looking for. I can't remember, I think some version of the "real" IOS used '?', that's all, no worries about complicating things. I just pulled, is help a WIP? I can't see any mention of "help" in the code other than in the wordlists and the 'help_text' entry. Great prodcut so far, really interested and liking it. |
Ignore me, I see the work in @deltaheavy fork tree. |
@deltaheavy have you played with this "show exploits, show scanners, show all, etc." functionality? It would be cool enhancement in addition to help command we already have. |
I haven't looked at the code since about May. I seem to recall deciding Sorry, loop me out on this one. I hope my small contributions were in line Thanks! Keep hacking on the thing, last I checked it was still a neat On Sat, Jul 2, 2016, 10:04 AM Marcin Bury [email protected] wrote:
|
Feature available for tests in showall branch |
Feature in master branch. |
If no module is currently selected, show should still be a valid command:
show
with not argument should giveUnknown command 'show '. You want to 'show creds' 'show exploits' 'show scanners' or 'show all'?
show all
should print all the modules (creds, exploits, scanners)show exploits
should print all the exploitsetc.
And the relevant completions should be added.
The text was updated successfully, but these errors were encountered: