lanjelot / patator

Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage.
GNU General Public License v2.0
3.54k stars 777 forks source link

Encodings are not applied to before_egrep expressions #69

Open ruimgoncalves opened 7 years ago

ruimgoncalves commented 7 years ago

It is not possible in version 0.7 to use an enconding appended with an before_egrep expression like this

password=_@@_FILE0_N1__@@_ -e _@@_:md5 --before_egrep='_N1_:...'

This would be very useful in situations where the page hashes the password with an authentication key, something like md5(password + authkey)

lanjelot commented 7 years ago

Tricky one, I can't see how to implement this at this stage due to the controller/module design.