[sqlmap-users] problem loading cookie file
Brought to you by:
inquisb
From: Vojtěch P. <kr...@gm...> - 2015-08-06 08:25:24
|
Greetings, I am working on some automation for Sqlmap. I am using Python2 native cookielib to save cookies in Netscape format. then I want Sqlmap to load this file and use cookies from it. But i receive [CRITICAL] no valid cookies found. File looks like this: # Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # This is a generated file! Do not edit. 192.168.56.102 FALSE / FALSE JSESSIONID C1E2347B37A1E1DCCF8CDF72CCD7CF04 Should I attach actual file? What is the problem? Thanks, Vojta |