mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Completed support to get the list of targets from WebScarab/Burp proxies
log file and updated the documentation
This commit is contained in:
parent
785352d700
commit
6e548eb2ec
13 changed files with 232 additions and 166 deletions
|
|
@ -75,7 +75,7 @@ def paramToDict(place, parameters=None):
|
|||
elem = element.split("=")
|
||||
|
||||
if len(elem) == 2:
|
||||
parameter = elem[0]
|
||||
parameter = elem[0].replace(" ", "")
|
||||
|
||||
condition = not conf.testParameter
|
||||
condition |= parameter in conf.testParameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue