Re: [sqlmap-users] error
Brought to you by:
inquisb
From: Duarte S. <dua...@se...> - 2011-12-31 12:40:44
|
Hi, try the following command before executing the update $ svn cleanup Regards, Duarte Silva On Saturday 31 December 2011 18:27:49 IRC Boy wrote: > hey , i got some error. : > > > > > root@bt:# ./sqlmap.py --update > > sqlmap/1.0-dev (r4009) - automatic SQL injection and database takeover > tool > http://sqlmap.sourceforge.net > > [!] Legal Disclaimer: usage of sqlmap for attacking web servers without > prior mutual consent can be considered as an illegal activity. it is the > final user's responsibility to obey all applicable local, state and federal > laws. authors assume no liability and are not responsible for any misuse or > damage caused by this program. > > [*] starting at: 18:26:08 > > [18:26:08] [INFO] updating sqlmap to latest development version from the > subversion repository > > [18:26:08] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4009), retry > your run with the latest development version from the Subversion > repository. If the exception persists, please send by e-mail to > sql...@li... 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 (r4009) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py --cleanup --update > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "./sqlmap.py", line 78, in main > init(cmdLineOptions) > File "/pentest/database/sqlmap/lib/core/option.py", line 1752, in init > update() > File "/pentest/database/sqlmap/lib/core/update.py", line 71, in update > client.update(rootDir) > ClientError: Working copy '/pentest/database/sqlmap' locked > > [*] shutting down at: 18:26:08 > > > > how to solve it ? |