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
**Sqlmap** allows the use of `-e` or `--eval` to process each payload before sending it with some python oneliner. This makes very easy and fast to process in custom ways the payload before sending it. In the following example the **flask cookie session****is signed by flask with the known secret before sending it**:
[**This example**](../../pentesting-web/sql-injection/sqlmap/#eval)****uses sqlmap `eval` option to **automatically sign sqlmap payloads** for flask using a known secret.
0 commit comments