mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor style update
This commit is contained in:
parent
e7ddc2fcab
commit
e18796dbe1
2 changed files with 3 additions and 3 deletions
|
|
@ -124,7 +124,7 @@ class Web:
|
|||
else:
|
||||
return True
|
||||
else:
|
||||
logger.error("sqlmap has not got a web backdoor nor a web file stager for %s" % self.webApi)
|
||||
logger.error("sqlmap hasn't got a web backdoor nor a web file stager for %s" % self.webApi)
|
||||
return False
|
||||
|
||||
def _webFileInject(self, fileContent, fileName, directory):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue