[sqlmap-users] Error, Bug
Brought to you by:
inquisb
From: <nig...@em...> - 2010-11-29 06:53:18
|
C:\pentest\sqlmap.0.9>sqlmap -u "http://www.website.com/cikk.php?ID_cikk=11" --current-user --current-db --is-dba --dbs --users --passwords --privileges [07:42:30] [INFO] testing connection to the target url [07:42:32] [INFO] testing if the url is stable, wait a few seconds [07:42:35] [WARNING] url is not stable, sqlmap will base the page comparison on a sequence matcher. If no dynamic nor injectable p arameters are detected, or in case of junk results, refer to user's manual paragraph 'Page comparison' and provide a string or reg ular expression to match on how do you want to proceed? [C(ontinue)/s(tring)/r(egex)/q(uit)] C [07:42:45] [INFO] searching for dynamic content [07:42:46] [INFO] dynamic content marked for removal (8 regions) [07:42:48] [INFO] testing if GET parameter 'ID_cikk' is dynamic [07:42:48] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversio n repository. If the exception persists, please send by e-mail to sql...@li... the command line, the followi ng text and any information needed 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 Python version: 2.6.5 Operating system: nt Traceback (most recent call last): File "C:\pentest\sqlmap.0.9\sqlmap.py", line 79, in main start() File "C:\pentest\sqlmap.0.9\lib\controller\controller.py", line 335, in start elif not checkDynParam(place, parameter, value): File "C:\pentest\sqlmap.0.9\lib\controller\checks.py", line 354, in checkDynParam payload = agent.payload(place, parameter, value, getUnicode(randInt)) File "C:\pentest\sqlmap.0.9\lib\core\agent.py", line 75, in payload retValue = kb.injection.parameter.replace(kb.injection.parameter, AttributeError: 'NoneType' object has no attribute 'replace' [*] shutting down at: 07:42:48 |