[sqlmap-users] pls help me to solve this problem....unhandled exception in sqlmap
Brought to you by:
inquisb
From: Santhosh K. <sk8...@gm...> - 2014-08-03 10:42:18
|
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 |