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
|
|
@ -1806,7 +1806,7 @@
|
|||
<banner query="CURRENT_VERSION()"/>
|
||||
<current_user query="CURRENT_USER()"/>
|
||||
<current_db query="CURRENT_SCHEMA()"/>
|
||||
<hostname/>
|
||||
<hostname query="PARSE_JSON(SYSTEM$ALLOWLIST())[0]:host"/>
|
||||
<table_comment/>
|
||||
<column_comment/>
|
||||
<is_dba query="CURRENT_ROLE()='ACCOUNTADMIN'"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue