Skip to content

Commit

Permalink
Merge pull request #710 from mohnad-0b/patch-1
Browse files Browse the repository at this point in the history
Update SQLite Injection.md
  • Loading branch information
swisskyrepo committed Apr 3, 2024
2 parents 8ef458d + d834abe commit 80dda8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SQL Injection/SQLite Injection.md
Expand Up @@ -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
Expand Down

0 comments on commit 80dda8b

Please sign in to comment.