WEB
SQL Injection
H2 Database Exploit ALIAS Sql Injection (Java)
The H2 engine uses several defined functions and commands to interact with the database. The noteworthy ones are :
FILE_READ: Returns the contents of a file. (function)
FILE_WRITE: Write the supplied parameter into a file.(function)
CSVWRITE: Writes a CSV (comma separated values). (function)
CREATE ALIAS: Creates a new function alias. (command).
We can Create an Alias and then we Can Run our SQL Queries to exploit this Case Scenario
after that you can do
Last updated