mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Patch for an Issue #246
This commit is contained in:
parent
f305dde413
commit
a52dbc575b
4 changed files with 10 additions and 10 deletions
|
|
@ -300,7 +300,7 @@ def start():
|
|||
if conf.cookie:
|
||||
message += "\nCookie: %s" % conf.cookie
|
||||
|
||||
if conf.data:
|
||||
if conf.data is not None:
|
||||
message += "\nPOST data: %s" % urlencode(conf.data) if conf.data else ""
|
||||
|
||||
if conf.forms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue