[sqlmap-users] bug report
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-11-13 17:53:27
|
hi again sqlmap version: 1.0-dev (r4503) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u **************************************************************************************************************************************************************** --batch --dbs --technique=BU --random-agent --threads 10 --crawl 3 --level 2 --risk 2 --smart Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 508, in start percent = (100.0 * len(getFilteredPageContent(kb.originalPage)) / len(kb.originalPage)) File "/pentest/database/sqlmap/lib/core/common.py", line 1589, in getFilteredPageContent retVal = re.sub(r"(?s)<script.+?</script>|<!--.+?-->|<style.+?</style>%s" % (r"|<[^>]+>|\t|\n|\r" if onlyText else ""), " ", page, flags=re.I) TypeError: sub() got an unexpected keyword argument 'flags' |