[sqlmap-users] bug
Brought to you by:
inquisb
From: Ahmed S. <ah...@is...> - 2012-07-01 03:19:54
|
sqlmap version: 1.0-dev Python version: 2.7.2+ Operating system: posix Command line: ./sqlmap.py -u ************************* --data username=&password=&priv=null&submit=Login+to+the+matrix -p priv --technique U --union-col 8 --dbms mysql --random-agent -v 3 --batch Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/home/lnxg33k/pentest/database/sqlmap/_sqlmap.py", line 79, in main start() File "/home/lnxg33k/pentest/database/sqlmap/lib/controller/controller.py", line 556, in start __showInjections() File "/home/lnxg33k/pentest/database/sqlmap/lib/controller/controller.py", line 150, in __showInjections conf.dumper.technic(header, data) File "/home/lnxg33k/pentest/database/sqlmap/lib/core/dump.py", line 111, in technic self.string(header, data) File "/home/lnxg33k/pentest/database/sqlmap/lib/core/dump.py", line 77, in string data = self._formatString(getUnicode(data)) File "/home/lnxg33k/pentest/database/sqlmap/lib/core/dump.py", line 64, in _formatString return restoreDumpMarkedChars(getUnicode(inpStr)) File "/home/lnxg33k/pentest/database/sqlmap/lib/core/common.py", line 840, in restoreDumpMarkedChars retVal = retVal.replace(DUMP_NEWLINE_MARKER, "\n").replace(DUMP_CR_MARKER, "\r").replace(DUMP_TAB_MARKER, "\t") NameError: global name 'DUMP_NEWLINE_MARKER' is not defined -- lnxg33k@lnxg33k(~/pentest/database/sqlmap(master)):$ git rev-parse --verify HEAD 21d9ae0a2c09e418b8430306cf134adfac46f4a5 -- - Ahmed Shawky El-Antry - lnxg33k owner "http://lnxg33k.wordpress.com" - Isecur1ty team member"http://www.isecur1ty.org" - Twitter @lnxg33k |