[sqlmap-users] sqlmap 0.6.4 error
Brought to you by:
inquisb
From: Kyprianos V. <kyp...@gm...> - 2009-04-04 15:37:02
|
Hi, I have a mac book pro and i tried to run sqlmap as normal user and not superuser (root). I got this unhandled exception. I tried exactly the same query with root account and everything works fine but i felt you should know about this issue. [06:27:03] [ERROR] unhandled exception in sqlmap/0.6.4, please copy the command line and the following text and send by e-mail to sql...@li.... The developers will fix it as soon as possible: sqlmap version: 0.6.4 Python version: 2.5.1 Operating system: darwin Traceback (most recent call last): File "sqlmap.py", line 81, in main start() File "/Users/pentest/Desktop/sqlmap-0.6.4/lib/controller/controller.py", line 254, in start createTargetDirs() File "/Users/pentest/Desktop/sqlmap-0.6.4/lib/core/target.py", line 232, in createTargetDirs os.makedirs(conf.outputPath, 0755) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/os.py", line 172, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/Users/pentest/Desktop/sqlmap-0.6.4/output/www.website.gr' [*] shutting down at: 06:27:03 Kyprianos Vasilopoulos |