sqlmap
sqlmap copied to clipboard
Decode/reencode parameters in base64/hex
You could write your own tamper script that does this.
Not really related. Tamper scripts are doing the encoding of output payloads while we need to automatically detect, decode, inject and re-encode parameters (e.g. Cookies) that contain Base64/Hex encoded strings.
I've send a detailled mail at stamparm. Maybe it can help to realize a feature for http authentication injection ;)
More general mechanism is required:
- encoding of request body
- encoding of request payload
- decoding of response body
A more simple solution could be to only look for an asterisk.
Idea from an user:
hxxp://link.tosite/function.php?aaa={base64encode}value1=xxx&id=101010&i=1{/base64encode} -p value
hxxp://link.tosite/function.php?aaa={md5encode}value1=xxx&id=101010&i=1{/md5encode} -p value