[sqlmap-users] Question about Stacked Queries
Brought to you by:
inquisb
From: Daniel C. C. <dan...@ke...> - 2012-10-10 16:07:01
|
Hi Miroslav, Bernardo, list members, As far I know ( please correct if i´m wrong ) reading a couple of times Bernardo´s Damele Advanced SQL Injection whitepaper , Stacked queries could be executed via Blind and MySQL with ASP.NET,but sqlmap show me via sql-shell: web server operating system: Windows 2008 web application technology: ASP.NET, Microsoft IIS 7.5, ASP back-end DBMS: MySQL 5 sql-shell> create database test2;create database test3;drop table test; [16:10:32] [WARNING] execution of custom SQL queries is only available when stacked queries are supported current-user of mysql is root with full privileges, the goal is to create a temporary table via stacked queries also well described in that great document, could someone point me in the right way? Thanks in advance |