Re: [sqlmap-users] SQLmap crashing
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2013-04-19 13:42:49
|
Hi Phillip. Thank you for your report and find it fixed in our official repository [1]. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap On Fri, Apr 19, 2013 at 3:34 PM, Phillip Wylie <phi...@gm...>wrote: > Hi Miroslav, > > Here is the rest of the traceback. The first time I got the error, I did a > clean install. I deleted the old instance and installed a new one.. > > Kind regards, > > Phillip Wylie > > Traceback (most recent call last): > File "./sqlmap.py", line 87, in main > start() > File "/pentest/database/sqlmap/lib/controller/controller.py", line 575, > in start > action() > File "/pentest/database/sqlmap/lib/controller/action.py", line 160, in > action > conf.dbmsHandler.osShell() > File "/pentest/database/sqlmap/plugins/generic/takeover.py", line 80, in > osShell > self.initEnv(web=web) > File "/pentest/database/sqlmap/lib/takeover/abstraction.py", line 181, > in initEnv > self.webInit() > File "/pentest/database/sqlmap/lib/takeover/web.py", line 197, in webInit > kb.docRoot = arrayizeValue(getDocRoot()) > File "/pentest/database/sqlmap/lib/core/common.py", line 631, in > getDocRoot > docRoot = absFilePath.split(pagePath)[0] > ValueError: empty separator > > [*] shutting down at 09:30:28 > > > > On Fri, Apr 19, 2013 at 3:56 AM, Miroslav Stampar < > mir...@gm...> wrote: > >> Hi Phillip. >> >> Could you please send a whole traceback? Those few lines below "Back-end >> DBMS" are crucial for us to find and resolve an issue. >> >> Kind regards, >> Miroslav Stampar >> >> >> On Thu, Apr 18, 2013 at 11:45 PM, Phillip Wylie <phi...@gm...>wrote: >> >>> [17:20:18] [CRITICAL] unhandled exception in sqlmap/1.0-dev-b7d4afc, >>> 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-b7d4afc >>> >>> Python version: >>> 2.6.5 >>> >>> Operating system: >>> posix >>> >>> Command line: ./sqlmap.py -u ************** --level=5 --risk=3 >>> --cookie=****************************************************************************** >>> -p csid --dbms=MySQL --os-shell >>> Technique: >>> ERROR >>> >>> Back-end DBMS: MySQL (fingerprinted) >>> >>> >>> ------------------------------------------------------------------------------ >>> Precog is a next-generation analytics platform capable of advanced >>> analytics on semi-structured data. The platform includes APIs for >>> building >>> apps and a phenomenal toolset for data science. Developers can use >>> our toolset for easy data analysis & visualization. Get a free account! >>> http://www2.precog.com/precogplatform/slashdotnewsletter >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >>> >> >> >> -- >> Miroslav Stampar >> http://about.me/stamparm >> > > -- Miroslav Stampar http://about.me/stamparm |