-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Module 'info'? #170
Comments
Sorry for the late reply. This is definitely a big todo since there's also no way to know which options can be set unless you look into the source. I'm thinking about adding:
|
@kpcyrd This is something I really miss too. Take a look at mine modules. |
thanks! I've broken this up into smaller issues:
@limakzi Ideally there'd be something like:
I'm a bit stuck in the design phase though. Information I've been considering to include:
Input very welcome! A naive
This is easy to parse but lacks the default value and the type of the option. The challenge with the long description is that this would require multi-line support. I'm not sure about the aesthetics, I was considering something like:
|
Coming from recon-ng here, so perhaps I've missed a piece of info in the docs, but so far I can only see high level info on a module.
For example, using
shodan-certs
:I can get some high level info here:
It doesn't tell me if it needs an API key or not, which would be useful.
I then 'use' it, but I find no way of finding out more about it - such as api key, if I can manipulate the input to it, perhaps anything else that could be useful to know about it? recon-ng has an
info
when in the context of a module, which can be helpful. In this case maybe the detail such as-- Keyring-Access: shodan
from the module could be used?The text was updated successfully, but these errors were encountered: