You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
See comment below
The text was updated successfully, but these errors were encountered: