[sqlmap-users] Little suggestion
Brought to you by:
inquisb
From: Andrea R. <and...@ya...> - 2011-03-18 15:55:41
|
Hi. I have downloaded from your svn the lastest release of sqlmap. I'm planning to use it to do some test on windows. I got this error during --update C:\testingLab>python sqlmap.py --update sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 16:02:27 [16:02:28] [INFO] updating sqlmap to latest development version from the subvers ion repository [16:02:28] [INFO] update in progress . quit unexpectedly with return code 1 Traceback (most recent call last): File "c:\Python26\lib\logging\__init__.py", line 773, in emit stream.write(fs % msg.encode("UTF-8")) UnicodeDecodeError: 'ascii' codec can't decode byte 0x8a in position 29: ordinal not in range(128) [*] shutting down at: 16:02:29 Of course is not a real problem. I don't have a command line svn client in windows! May i suggest you to simply show a message that svn under windows is actually available only as a gui client. A redirection to the site will be also nice. (just few lines of code i suppose) thanks andrea |