[sqlmap-users] sqlmap issue/bug
Brought to you by:
inquisb
From: Sensėjus T. <pau...@gm...> - 2012-12-19 13:31:58
|
hi, i faced the issue using sqlmap while auditing db2 database. Newest development release failed to get results and crashed: [08:26:47] [CRITICAL] unhandled exception in sqlmap/1.0-dev-b91c829, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to ' sql...@li...' or open a new issue at ' https://github.com/sqlmapproject/sqlmap/issues/new' with 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: 1.0-dev-b91c829 Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -r ../../Desktop/uzs.txt --dbms=db2 --proxy=******************* --batch --sql-shell Technique: BOOLEAN Back-end DBMS: IBM DB2 (fingerprinted) tried to select: select tbname from sysibm.syscolumns where name='username' but this works fine: select 1 from sysibm.sysdummmy1 Any suggestions? |