mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-14 10:29:04 +00:00
Adding support for --hostname to Snowflake implementation (#5980)
This commit is contained in:
@@ -15,10 +15,6 @@ class Enumeration(GenericEnumeration):
|
||||
logger.warning(warnMsg)
|
||||
return {}
|
||||
|
||||
def getHostname(self):
|
||||
warnMsg = "on Snowflake it is not possible to enumerate the hostname"
|
||||
logger.warning(warnMsg)
|
||||
|
||||
def searchDb(self):
|
||||
warnMsg = "on Snowflake it is not possible to search databases"
|
||||
logger.warning(warnMsg)
|
||||
|
||||
Reference in New Issue
Block a user