mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patch related to the #5740
This commit is contained in:
parent
d37db2e7e8
commit
3192da0acd
3 changed files with 7 additions and 4 deletions
|
|
@ -5276,6 +5276,9 @@ def parseRequestFile(reqFile, checkParams=True):
|
|||
Parses WebScarab logs (POST method not supported)
|
||||
"""
|
||||
|
||||
if WEBSCARAB_SPLITTER not in content:
|
||||
return
|
||||
|
||||
reqResList = content.split(WEBSCARAB_SPLITTER)
|
||||
|
||||
for request in reqResList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue