mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
Minor patch for an Issue #404
This commit is contained in:
parent
ecbcd4afe6
commit
17fa0f568c
|
@ -350,6 +350,11 @@ def _feedTargetsDict(reqFile, addedTargetUrls):
|
|||
_parseBurpLog(content)
|
||||
_parseWebScarabLog(content)
|
||||
|
||||
if not addedTargetUrls:
|
||||
errMsg = "unable to find usable request(s) "
|
||||
errMsg += "in provided file ('%s')" % reqFile
|
||||
raise SqlmapGenericException(errMsg)
|
||||
|
||||
def _loadQueries():
|
||||
"""
|
||||
Loads queries from 'xml/queries.xml' file.
|
||||
|
|
Loading…
Reference in New Issue
Block a user