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

Problems with db_export in msfconsole #4351

Closed
4 tasks
limhoff-r7 opened this issue Dec 10, 2014 · 0 comments
Closed
4 tasks

Problems with db_export in msfconsole #4351

limhoff-r7 opened this issue Dec 10, 2014 · 0 comments

Comments

@limhoff-r7
Copy link
Contributor

MSP-11752

A component of #4339

cmd_db_export

  • Supported formats are not determined reflectively, but hardcoded in cmd_db_export, so adding new export format requires remembering to update cmd_db_export.
  • Supported formats exporting is implementing as methods all on the same Msf::DBManager::Export class instead of one exporter class per format.

cmd_db_export_help

  • Help is implemented as just cmd_db_export('-h'), so the help and actual working of the export are mixed together.

cmd_db_export_tabs

  • Does not exist, so no tab completion for db_export
@limhoff-r7 limhoff-r7 changed the title Problems with db_export in msfconsole Problems with db_export in msfconsole Dec 10, 2014
@bcook-r7 bcook-r7 removed the misc label Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants