[sqlmap-users] new bug
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-04-15 15:05:14
|
I removed my sqlmap-dev folder, and svn'd the latest. Here's the output of ./sqlmap.py --update Traceback (most recent call last): File "./sqlmap.py", line 27, in <module> from lib.controller.controller import start File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 12, in <module> from lib.controller.action import action File "/pentest/database/sqlmap-dev/lib/controller/action.py", line 10, in <module> from lib.controller.handler import setHandler File "/pentest/database/sqlmap-dev/lib/controller/handler.py", line 10, in <module> from lib.core.common import Backend File "/pentest/database/sqlmap-dev/lib/core/common.py", line 49, in <module> from lib.core.convert import htmlunescape File "/pentest/database/sqlmap-dev/lib/core/convert.py", line 24, in <module> from extra.safe2bin.safe2bin import safecharencode ImportError: No module named safe2bin.safe2bin |