-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
SQLMAP version: {1.4.5.10#dev}
Issue: I'm dealing with website running Microsoft SQL Server where i can only dump the columns entry using -D dbname -T tblname -C colname --dump
But if i used --sql-query="SELECT colname FROM dbname.tblname" or run it using sql-shell
It's keep telling [WARNING] the SQL query provided does not return any output
I believe that's a bug because within the same target i were able to dump it before i update sqlmap recently .
Please let me know which information do i need to share to investigate the issue.