Re: [sqlmap-users] sqlmap error - log attached
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2013-09-07 10:59:15
|
Hi. That file is a standard part of sqlmap. Please remove the sqlmap directory and retrieve it with: git clone https://github.com/sqlmapproject/sqlmap.git Kind regards, Miroslav Stampar On Mon, Sep 2, 2013 at 3:27 AM, Jeff Samuel <dep...@gm...> wrote: > Hi, here´s the error log**** > > ** ** > > =====================**** > > ** ** > > ** ** > > sqlmap version: 1.0-dev-a639dbb**** > > Python version: 2.7.3**** > > Operating system: posix**** > > Command line: ./sqlmap --random-agent --os-shell -u > **************************************************** > > Technique: STACKED**** > > Back-end DBMS: MySQL (fingerprinted)**** > > Traceback (most recent call last):**** > > File "./sqlmap", line 95, in main**** > > start()**** > > File "/usr/share/sqlmap/lib/controller/controller.py", line 582, in start > **** > > action()**** > > File "/usr/share/sqlmap/lib/controller/action.py", line 160, in action** > ** > > conf.dbmsHandler.osShell()**** > > File "/usr/share/sqlmap/plugins/generic/takeover.py", line 80, in osShell > **** > > self.initEnv(web=web)**** > > File "/usr/share/sqlmap/lib/takeover/abstraction.py", line 198, in > initEnv**** > > success = self.udfInjectSys()**** > > File "/usr/share/sqlmap/lib/takeover/udf.py", line 184, in udfInjectSys* > *** > > return self.udfInjectCore(self.sysUdfs)**** > > File "/usr/share/sqlmap/lib/takeover/udf.py", line 149, in udfInjectCore > **** > > written = self.writeFile(self.udfLocalFile, self.udfRemoteFile, > "binary", forceCheck=True)**** > > File "/usr/share/sqlmap/plugins/generic/filesystem.py", line 270, in > writeFile**** > > written = self.stackedWriteFile(localFile, remoteFile, fileType, > forceCheck)**** > > File "/usr/share/sqlmap/plugins/dbms/mysql/filesystem.py", line 117, in > stackedWriteFile**** > > fcEncodedList = self.fileEncode(wFile, "hex", False)**** > > File "/usr/share/sqlmap/plugins/generic/filesystem.py", line 114, in > fileEncode**** > > with open(fileName, "rb") as f:**** > > IOError: [Errno 2] No such file or directory: > u'/usr/share/sqlmap/udf/mysql/linux/32/lib_mysqludf_sys.so'**** > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |