mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-13 00:17:17 +00:00
Merge pull request #710 from mohnad-0b/patch-1
Update SQLite Injection.md
This commit is contained in:
commit
80dda8beeb
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ select sqlite_version();
|
||||||
```sql
|
```sql
|
||||||
SELECT sql FROM sqlite_schema
|
SELECT sql FROM sqlite_schema
|
||||||
```
|
```
|
||||||
|
if sqlite_version > 3.33.0
|
||||||
|
```sql
|
||||||
|
SELECT sql FROM sqlite_master
|
||||||
|
```
|
||||||
## Integer/String based - Extract table name
|
## Integer/String based - Extract table name
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
|
|
Loading…
Reference in a new issue