mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding support for --hostname to Snowflake implementation (#5980)
This commit is contained in:
parent
9e29d7af8c
commit
07aa7f994d
4 changed files with 5 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue