mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #6059
This commit is contained in:
parent
dfbba622fc
commit
1a6a5b1226
3 changed files with 7 additions and 3 deletions
|
|
@ -44,3 +44,7 @@ class Enumeration(GenericEnumeration):
|
|||
logger.warning(warnMsg)
|
||||
|
||||
return {}
|
||||
|
||||
def getHostname(self):
|
||||
warnMsg = "on Spanner it is not possible to enumerate the hostname"
|
||||
logger.warning(warnMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue