mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor patch
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
DROP TABLE IF EXISTS %RANDSTR1%;
|
||||
CREATE LANGUAGE plpgsql;
|
||||
CREATE TABLE %RANDSTR1%(%RANDSTR2% text);
|
||||
CREATE OR REPLACE FUNCTION %RANDSTR3%()
|
||||
RETURNS VOID AS $$
|
||||
|
||||
Reference in New Issue
Block a user