omnibus icon indicating copy to clipboard operation
omnibus copied to clipboard

Allow the filtering of returned module output

Open deadbits opened this issue 7 years ago • 2 comments

See comment below

deadbits avatar May 10 '18 14:05 deadbits

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 avatar May 21 '18 15:05 deadbits

  • [ ] 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 avatar Jun 04 '18 23:06 deadbits