Thread: [sqlmap-users] error data
Brought to you by:
inquisb
From: Marek S. <mar...@gm...> - 2010-08-04 09:28:00
|
./sqlmap.py -u "http://www.vranov.sk/pics/texty_subory/Hlasovanie_33_MsZ_2008.html?PHPSESSID=45c9de046b41b6caac5b2d4f81" --batch --threads=20 --passwords --excl-reg "Dynamic content: ([\d]+)" sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 11:24:56 [11:24:56] [INFO] using '/home/xaka/sqlmap-dev/output/www.vranov.sk/session' as session file [11:24:56] [INFO] testing connection to the target url [11:24:56] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.9-dev Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/home/xaka/sqlmap-dev/lib/controller/controller.py", line 159, in start if not checkConnection() or not checkString() or not checkRegexp(): File "/home/xaka/sqlmap-dev/lib/controller/checks.py", line 395, in checkConnection page, _ = Request.getPage() File "/home/xaka/sqlmap-dev/lib/request/connect.py", line 254, in getPage parseResponse(page, responseHeaders) File "/home/xaka/sqlmap-dev/lib/request/basic.py", line 75, in parseResponse htmlParser(page) File "/home/xaka/sqlmap-dev/lib/parse/html.py", line 69, in htmlParser page = sanitizeStr(page) File "/home/xaka/sqlmap-dev/lib/core/common.py", line 533, in sanitizeStr cleanString = getUnicode(inpStr) File "/home/xaka/sqlmap-dev/lib/core/common.py", line 1357, in getUnicode return value if isinstance(value, unicode) else unicode(value, conf.dataEncoding if 'dataEncoding' in conf else "utf-8") UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 0: unexpected code byte [*] shutting down at: 11:24:56 -- Príjemný deň Marek Sarvaš tel 0907 / 405 701 ICQ 277766377 SKYPE marek.sarvas ---------------------------------------------------- Táto správa neobsahuje a ani nemôže obsahovať vírus, pretože nepoužívam žiadne produkty založené na platforme Microsoft Windows. ---------------------------------------------------- This report don't contains virus and don't may contain a virus, because I do not use any products based on Microsoft Windows. ---------------------------------------------------- |
From: Marek S. <mar...@gm...> - 2010-09-09 11:54:00
|
./sqlmap.py -g "site:datamax.sk" --threads=7 --dump-all --excl-reg "Dynamic content: ([\d]+)" sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 13:48:41 [13:48:42] [INFO] first request to Google to get the session cookie [13:48:47] [INFO] using Google result page #1 [13:48:51] [INFO] sqlmap got 100 results for your Google dork expression, 12 of them are testable targets [13:48:51] [INFO] sqlmap got a total of 12 targets url 1: GET http://www.datamax.sk/index.php?PageID=300 do you want to test this url? [Y/n/q] > n url 2: GET http://www.datamax.sk/index.php?PageID=83 do you want to test this url? [Y/n/q] > y [13:48:55] [INFO] testing url http://www.datamax.sk/index.php?PageID=83 [13:48:55] [INFO] using '/home/xaka/sqlmap-dev/output/www.datamax.sk/session' as session file [13:48:55] [INFO] testing connection to the target url [13:48:55] [WARNING] unknown charset 'windows1250'. please report by e-mail to sql...@li.... [13:48:55] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.9-dev Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/home/xaka/sqlmap-dev/lib/controller/controller.py", line 159, in start if not checkConnection() or not checkString() or not checkRegexp(): File "/home/xaka/sqlmap-dev/lib/controller/checks.py", line 395, in checkConnection page, _ = Request.getPage() File "/home/xaka/sqlmap-dev/lib/request/connect.py", line 192, in getPage page = decodePage(page, responseHeaders.get("Content-Encoding"), responseHeaders.get("Content-Type")) File "/home/xaka/sqlmap-dev/lib/request/basic.py", line 137, in decodePage page = unicode(page, charset) #don't use getUnicode here. it needs to stay as is. UnicodeDecodeError: 'utf8' codec can't decode byte 0x9e in position 261: unexpected code byte [*] shutting down at: 13:48:55 -- Príjemný deň Marek Sarvaš tel 0907 / 405 701 ICQ 277766377 SKYPE marek.sarvas WEB www.ms.knihy-duma.sk ---------------------------------------------------- Táto správa neobsahuje a ani nemôže obsahovať vírus, pretože nepoužívam žiadne produkty založené na platforme Microsoft Windows. ---------------------------------------------------- This report don't contains virus and don't may contain a virus, because I do not use any products based on Microsoft Windows. ---------------------------------------------------- |
From: Miroslav S. <mir...@gm...> - 2010-09-09 13:58:10
|
thank you Marek for your report. found and fixed two "issues" regarding your report :). update to get it fixed. kr 2010/9/9 Marek Sarvaš <mar...@gm...>: > ./sqlmap.py -g "site:datamax.sk" --threads=7 --dump-all --excl-reg > "Dynamic content: ([\d]+)" > > sqlmap/0.9-dev - automatic SQL injection and database takeover tool > http://sqlmap.sourceforge.net > > [*] starting at: 13:48:41 > > [13:48:42] [INFO] first request to Google to get the session cookie > [13:48:47] [INFO] using Google result page #1 > [13:48:51] [INFO] sqlmap got 100 results for your Google dork > expression, 12 of them are testable targets > [13:48:51] [INFO] sqlmap got a total of 12 targets > url 1: > GET http://www.datamax.sk/index.php?PageID=300 > do you want to test this url? [Y/n/q] > > n > url 2: > GET http://www.datamax.sk/index.php?PageID=83 > do you want to test this url? [Y/n/q] > > y > [13:48:55] [INFO] testing url http://www.datamax.sk/index.php?PageID=83 > [13:48:55] [INFO] using > '/home/xaka/sqlmap-dev/output/www.datamax.sk/session' as session file > [13:48:55] [INFO] testing connection to the target url > [13:48:55] [WARNING] unknown charset 'windows1250'. please report by > e-mail to sql...@li.... > > [13:48:55] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy > the command line and the following text and send by e-mail to > sql...@li.... The developer will fix it as soon as > possible: > sqlmap version: 0.9-dev > Python version: 2.6.5 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 89, in main > start() > File "/home/xaka/sqlmap-dev/lib/controller/controller.py", line 159, > in start > if not checkConnection() or not checkString() or not checkRegexp(): > File "/home/xaka/sqlmap-dev/lib/controller/checks.py", line 395, in > checkConnection > page, _ = Request.getPage() > File "/home/xaka/sqlmap-dev/lib/request/connect.py", line 192, in getPage > page = decodePage(page, responseHeaders.get("Content-Encoding"), > responseHeaders.get("Content-Type")) > File "/home/xaka/sqlmap-dev/lib/request/basic.py", line 137, in > decodePage > page = unicode(page, charset) #don't use getUnicode here. it > needs to stay as is. > UnicodeDecodeError: 'utf8' codec can't decode byte 0x9e in position 261: > unexpected code byte > > [*] shutting down at: 13:48:55 > > -- > Príjemný deň > Marek Sarvaš > > tel 0907 / 405 701 > ICQ 277766377 > SKYPE marek.sarvas > WEB www.ms.knihy-duma.sk > ---------------------------------------------------- > Táto správa neobsahuje a ani nemôže obsahovať vírus, pretože nepoužívam žiadne produkty založené na platforme Microsoft Windows. > ---------------------------------------------------- > This report don't contains virus and don't may contain a virus, because I do not use any products based on Microsoft Windows. > ---------------------------------------------------- > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B |
From: Miroslav S. <mir...@gm...> - 2010-08-08 21:44:19
|
Thank you for your report. Found and patched. Kind regards. 2010/8/4 Marek Sarvaš <mar...@gm...>: > ./sqlmap.py -u > "http://www.vranov.sk/pics/texty_subory/Hlasovanie_33_MsZ_2008.html?PHPSESSID=45c9de046b41b6caac5b2d4f81" > --batch --threads=20 --passwords --excl-reg "Dynamic content: ([\d]+)" > > sqlmap/0.9-dev - automatic SQL injection and database takeover tool > http://sqlmap.sourceforge.net > > [*] starting at: 11:24:56 > > [11:24:56] [INFO] using > '/home/xaka/sqlmap-dev/output/www.vranov.sk/session' as session file > [11:24:56] [INFO] testing connection to the target url > > [11:24:56] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy > the command line and the following text and send by e-mail to > sql...@li.... The developer will fix it as soon as > possible: > sqlmap version: 0.9-dev > Python version: 2.6.5 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 89, in main > start() > File "/home/xaka/sqlmap-dev/lib/controller/controller.py", line 159, > in start > if not checkConnection() or not checkString() or not checkRegexp(): > File "/home/xaka/sqlmap-dev/lib/controller/checks.py", line 395, in > checkConnection > page, _ = Request.getPage() > File "/home/xaka/sqlmap-dev/lib/request/connect.py", line 254, in getPage > parseResponse(page, responseHeaders) > File "/home/xaka/sqlmap-dev/lib/request/basic.py", line 75, in > parseResponse > htmlParser(page) > File "/home/xaka/sqlmap-dev/lib/parse/html.py", line 69, in htmlParser > page = sanitizeStr(page) > File "/home/xaka/sqlmap-dev/lib/core/common.py", line 533, in sanitizeStr > cleanString = getUnicode(inpStr) > File "/home/xaka/sqlmap-dev/lib/core/common.py", line 1357, in getUnicode > return value if isinstance(value, unicode) else unicode(value, > conf.dataEncoding if 'dataEncoding' in conf else "utf-8") > UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 0: > unexpected code byte > > [*] shutting down at: 11:24:56 > > -- > Príjemný deň > Marek Sarvaš > > tel 0907 / 405 701 > ICQ 277766377 > SKYPE marek.sarvas > ---------------------------------------------------- > Táto správa neobsahuje a ani nemôže obsahovať vírus, pretože nepoužívam žiadne produkty založené na platforme Microsoft Windows. > ---------------------------------------------------- > This report don't contains virus and don't may contain a virus, because I do not use any products based on Microsoft Windows. > ---------------------------------------------------- > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B |