[sqlmap-users] Exception when processing url with spaces (%20)
Brought to you by:
inquisb
From: Tran V. Ha <tra...@gm...> - 2012-11-26 11:34:07
|
FYI Command line: ./sqlmap.py --proxy=*************************** -u ******************************************Copy%20of%20SubscribeOnline.aspx --forms --dbms=MSSQL --risk=3 --level=5 -b Technique: None Back-end DBMS: Microsoft SQL Server (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 70, in main init(cmdLineOptions) File "/pentest/database/sqlmap/lib/core/option.py", line 1989, in init __findPageForms() File "/pentest/database/sqlmap/lib/core/option.py", line 559, in __findPageForms findPageForms(page, conf.url, True, True) File "/pentest/database/sqlmap/lib/core/common.py", line 2936, in findPageForms forms = ParseResponse(response, backwards_compat=False) File "/pentest/database/sqlmap/extra/clientform/clientform.py", line 1064, in ParseResponse return _ParseFileEx(response, response.geturl(), *args, **kwds)[1:] File "/pentest/database/sqlmap/extra/clientform/clientform.py", line 1100, in _ParseFileEx fp.feed(data) File "/pentest/database/sqlmap/extra/clientform/clientform.py", line 870, in feed sgmllib.SGMLParser.feed(self, data) File "/usr/lib/python2.6/sgmllib.py", line 104, in feed self.goahead(0) File "/usr/lib/python2.6/sgmllib.py", line 186, in goahead self.handle_charref(name) File "/pentest/database/sqlmap/extra/clientform/clientform.py", line 755, in handle_charref self.handle_data(unescape_charref(name, self._encoding)) File "/pentest/database/sqlmap/extra/clientform/clientform.py", line 244, in unescape_charref uc = unichr(int(name, base)) ValueError: invalid literal for int() with base 10: '233de' |