[sqlmap-users] Change cookies on each sqlmap request
Brought to you by:
inquisb
From: Benjamin V. <bva...@gm...> - 2016-08-19 15:10:46
|
I am trying to run sqlmap against a site that uses single-use URLs. I am able using the --eval parameter to run a bash script that creates a fresh cookie for each request, but I cannot seem to find a way to load that cookie with every request. I have tried the --load-cookies parameter, but it only loads at sqlmap start. Is there a way to direct --load-cookies to a script? Or an alternate way to change the cookie with each request? Thanks for your (cumulative) knowledge. Benjamin |