vdun
vdun
Make `combinator` accepts arbitrary number (n) of files
``` # exrex -s '(aa|ba|ca)' (aa|ba|ca) ``` but actually it could be: `(a|b|c)a `
Add option `-e REGEX` with support to be added multiple times and generate an example that matches all of the given REGEXes (AND condition). Example: `exrex -e 'a.' -e '.b'`...
``` # ad-ldap-enum -d 'example.com' -l 'ldap.forumsys.com' -n ; cat ./* 2017-04-17 00:00:00 INFO Querying users 2017-04-17 00:00:00 INFO Querying groups 2017-04-17 00:00:00 INFO Querying computers 2017-04-17 00:00:00 INFO Building...
In the hex view highlight also the current equivalent text/ASCII. PS: Thanks for the great tool 👍