mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +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
|
||||
SELECT sql FROM sqlite_schema
|
||||
```
|
||||
|
||||
if sqlite_version > 3.33.0
|
||||
```sql
|
||||
SELECT sql FROM sqlite_master
|
||||
```
|
||||
## Integer/String based - Extract table name
|
||||
|
||||
```sql
|
||||
|
|
Loading…
Reference in a new issue