Re: [sqlmap-users] bug
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-07-01 09:06:56
|
Hi Ahmed. Thank you for your report and find it fixed with the latest commit. Kind regards, MIroslav Stampar On Sun, Jul 1, 2012 at 4:57 AM, Ahmed Shawky <ah...@is...> wrote: > 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 > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |