Re: [sqlmap-users] pls help me to solve this problem....unhandled exception in sqlmap
Brought to you by:
inquisb
From: Brandon P. <bpe...@gm...> - 2014-08-03 13:14:21
|
Looks like a permissions issue on the filesystem, not an issue with sqlmap, no? OSError: [Errno 13] Permission denied: '/usr/share/sqlmap/output' On Sun, Aug 3, 2014 at 5:51 AM, Santhosh Kumar <sk8...@gm...> wrote: > pls help me to solve this problem....unhandled exception in sqlmap > Add star Santhosh Kumar<sk8...@gm...> Sun, Aug 3, 2014 at 4:12 > PM > To: sql...@li... > Reply | Reply to all | Forward | Print | Delete | Show original > The error shows as: > > > [CRITICAL] unhandled exception in sqlmap/1.0-dev, 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 > Python version: 2.7.3 > Operating system: posix > Command line: ./sqlmap -u ****************************************** > -D ****** -T *********** -C ********** --dump > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "./sqlmap", line 95, in main > start() > File "/usr/share/sqlmap/lib/controller/controller.py", line 361, in start > setupTargetEnv() > File "/usr/share/sqlmap/lib/core/target.py", line 565, in setupTargetEnv > _createTargetDirs() > File "/usr/share/sqlmap/lib/core/target.py", line 521, in > _createTargetDirs > _createDumpDir() > File "/usr/share/sqlmap/lib/core/target.py", line 465, in _createDumpDir > os.makedirs(conf.dumpPath, 0755) > File "/usr/lib/python2.7/os.py", line 150, in makedirs > makedirs(head, mode) > File "/usr/lib/python2.7/os.py", line 150, in makedirs > makedirs(head, mode) > File "/usr/lib/python2.7/os.py", line 157, in makedirs > mkdir(name, mode) > OSError: [Errno 13] Permission denied: '/usr/share/sqlmap/output' > > [*] shutting down at 16:08:23 > > > > > > Pls kindly help me.... > Thank you > > On 8/3/14, Santhosh Kumar <sk8...@gm...> wrote: > > The error shows as: > > > > > > [CRITICAL] unhandled exception in sqlmap/1.0-dev, 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 > > Python version: 2.7.3 > > Operating system: posix > > Command line: ./sqlmap -u ****************************************** > > -D ****** -T *********** -C ********** --dump > > Technique: None > > Back-end DBMS: None (identified) > > Traceback (most recent call last): > > File "./sqlmap", line 95, in main > > start() > > File "/usr/share/sqlmap/lib/controller/controller.py", line 361, in > start > > setupTargetEnv() > > File "/usr/share/sqlmap/lib/core/target.py", line 565, in > setupTargetEnv > > _createTargetDirs() > > File "/usr/share/sqlmap/lib/core/target.py", line 521, in > > _createTargetDirs > > _createDumpDir() > > File "/usr/share/sqlmap/lib/core/target.py", line 465, in > _createDumpDir > > os.makedirs(conf.dumpPath, 0755) > > File "/usr/lib/python2.7/os.py", line 150, in makedirs > > makedirs(head, mode) > > File "/usr/lib/python2.7/os.py", line 150, in makedirs > > makedirs(head, mode) > > File "/usr/lib/python2.7/os.py", line 157, in makedirs > > mkdir(name, mode) > > OSError: [Errno 13] Permission denied: '/usr/share/sqlmap/output' > > > > [*] shutting down at 16:08:23 > > > > > > > > > > > > Pls kindly help me.... > > Thank you > > > > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |