Re: [sqlmap-users] --eval and Cookie values

2013-07-31 Thread Miroslav Stampar
Hi. Please update to the latest revision and try to use --cookie-del=" " Kind regards On Jul 31, 2013 5:49 PM, "Sebastian Nerz" wrote: > Hi, > > thanks! If multiple cookies are now listed with spaces separating them, > eval will fail with an indent-error: > > diff --git a/lib/request/connect.py

Re: [sqlmap-users] --eval and Cookie values

2013-07-31 Thread Sebastian Nerz
Hi, thanks! If multiple cookies are now listed with spaces separating them, eval will fail with an indent-error: diff --git a/lib/request/connect.py b/lib/request/connect.py index 9056121..92d04e3 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -755,6 +755,7 @@ class Connect(o

Re: [sqlmap-users] --eval and Cookie values

2013-07-31 Thread Miroslav Stampar
Hi. It should be supported now :) [1] Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/commit/ca44b23d2064d02833093cc8a1d0a75e446ec86a On Wed, Jul 31, 2013 at 12:40 PM, Sebastian Nerz wrote: > Hi, > > is there a way to access (read/write) Cookie values in custom defi