InQuest / omnibus

The OSINT Omnibus (beta release)
MIT License
327 stars 71 forks source link

Allow the filtering of returned module output #3

Open deadbits opened 6 years ago

deadbits commented 6 years ago

See comment below

deadbits commented 6 years ago

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 commented 6 years ago