Re: [sqlmap-users] New version presents peculiar behaviour.
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-12-20 23:49:30
|
hi m4l1c3. apparently i've used some features from Python 2.6 (that 'ident' attribute) for identifying threads (i've done some code update with thread dependent data). now, that ident is replaced by a standard python function 'hash' which should suffice. find it fixed in the latest commit. kr On Tue, Dec 21, 2010 at 12:35 AM, m4l1c3 <mal...@gm...> wrote: > > ./sqlmap.py -g "site:www.SOMEPLACE.com ext:php" --dbs --batch > > > sqlmap version: 0.9-dev (r2731) > Python version: 2.5.2 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 79, in main > start() > File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line > 247, in start > if not checkConnection(suppressOutput=conf.forms) or not checkString() > or not checkRegexp(): > File "/pentest/database/sqlmap-dev/lib/controller/checks.py", line 756, in > checkConnection > page, _ = Request.queryPage(content=True) > File "/pentest/database/sqlmap-dev/lib/request/connect.py", line 355, in > queryPage > threadData = getCurrentThreadData() > File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1552, in > getCurrentThreadData > threadID = getCurrentThreadID() > File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1545, in > getCurrentThreadID > return threading.currentThread().ident > AttributeError: '_MainThread' object has no attribute 'ident' > > > ALSO > > ./sqlmap.py -u > "http://www.SOMEPLACE.ca/index.php?name=xxxxxxxxxx&file=Xxxxxxxxxxxx&t=999999&start=99" > > sqlmap version: 0.9-dev (r2731) > Python version: 2.5.2 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 79, in main > start() > File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line > 247, in start > if not checkConnection(suppressOutput=conf.forms) or not checkString() > or not checkRegexp(): > File "/pentest/database/sqlmap-dev/lib/controller/checks.py", line 756, in > checkConnection > page, _ = Request.queryPage(content=True) > File "/pentest/database/sqlmap-dev/lib/request/connect.py", line 355, in > queryPage > threadData = getCurrentThreadData() > File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1552, in > getCurrentThreadData > threadID = getCurrentThreadID() > File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1545, in > getCurrentThreadID > return threading.currentThread().ident > AttributeError: '_MainThread' object has no attribute 'ident' > > > > Many thanks for your past quick responses. > > > > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |