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

Allow the filtering of returned module output #3

Open
deadbits opened this issue May 10, 2018 · 2 comments
Open

Allow the filtering of returned module output #3

deadbits opened this issue May 10, 2018 · 2 comments
Assignees
Projects

Comments

@deadbits
Copy link
Contributor

deadbits commented May 10, 2018

See comment below

@deadbits deadbits self-assigned this May 10, 2018
@deadbits
Copy link
Contributor Author

When running a module, allow the user to add pipes | to the end of them and run arbitrary filters and module chaining against the output of the original module. For example:
dnsresolve deadbits.org | nmap 'MX' would resolve deadbits.org and then automatically Nmap scan any returned MX records.
or github deadbits.org | filter 'location' would get the Github results for username deadbits and then return the "location" field from those GitHub results

@deadbits
Copy link
Contributor Author

deadbits commented Jun 4, 2018

  • Create list of compatible module commands that can be executed against the output of the first module
  • Create filter command to fetch JSON results keys for display
  • Create regex command to allow users to display results of module that matches a provided regex

@deadbits deadbits added this to To do in Version 1.1.0 Jun 26, 2018
@deadbits deadbits removed this from To do in Version 1.1.0 Aug 6, 2018
@deadbits deadbits added this to To do in Version 1.0 Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Version 1.0
  
Backlog
Development

No branches or pull requests

1 participant