p.s. new with this last commit is the support for non-standard
identificator naming in all 4 major DBMSes (MySQL, Oracle, PgSQL,
MsSQL). sqlmap will automatically try to enclose those identificator
names with proper markings:

example:
SELECT id FROM table-name --> SELECT id FROM `table-name` (MySQL)
SELECT id FROM table name with space --> SELECT id FROM "table name
with space" (MsSQL)

On Mon, Mar 28, 2011 at 1:04 PM, Miroslav Stampar
<miroslav.stam...@gmail.com> wrote:
> hi m4l1c3.
>
> thank you for this bug report and find it fixed in last commit (r3503).
>
> kr
>
> On Sun, Mar 27, 2011 at 4:13 AM, m4l1c3 <malice.a...@gmail.com> wrote:
>>
>> [22:01:34] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run
>> with the latest development version from the Subversion repository. If the
>> exception persists, please send by e-mail to
>> sqlmap-users@lists.sourceforge.net the following text and any information
>> required to reproduce the bug. The developers will try to reproduce the bug,
>> fix it accordingly and get back to you.
>> sqlmap version: 0.9-dev (r3498)
>> Python version: 2.5.2
>> Operating system: posix
>> Command line: ./sqlmap.py -g ******************* ext:aspx --batch -o --dump
>> -C *******
>> Technique: TIME
>> Back-end DBMS: Microsoft SQL Server (fingerprinted)
>> Traceback (most recent call last):
>>   File "./sqlmap.py", line 82, in main
>>     start()
>>   File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line
>> 424, in start
>>     action()
>>   File "/pentest/database/sqlmap-dev/lib/controller/action.py", line 103, in
>> action
>>     conf.dumper.dbTableValues(conf.dbmsHandler.dumpTable())
>>   File "/pentest/database/sqlmap-dev/plugins/generic/enumeration.py", line
>> 1237, in dumpTable
>>     self.searchColumn()
>>   File
>> "/pentest/database/sqlmap-dev/plugins/dbms/mssqlserver/enumeration.py", line
>> 336, in searchColumn
>>     dbs[db][tbl].update(kb.data.cachedColumns[db][tbl])
>> KeyError: u'dt_addtosourcecontrol'
>>
>>
>> ------------------------------------------------------------------------------
>> Enable your software for Intel(R) Active Management Technology to meet the
>> growing manageability and security demands of your customers. Businesses
>> are taking advantage of Intel(R) vPro (TM) technology - will your software
>> be a part of the solution? Download the Intel(R) Manageability Checker
>> today! http://p.sf.net/sfu/intel-dev2devmar
>> _______________________________________________
>> sqlmap-users mailing list
>> sqlmap-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users
>>
>>
>
>
>
> --
> Miroslav Stampar
>
> E-mail: miroslav.stampar (at) gmail.com
> PGP Key ID: 0xB5397B1B
>



-- 
Miroslav Stampar

E-mail: miroslav.stampar (at) gmail.com
PGP Key ID: 0xB5397B1B

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to