Thread: [sqlmap-users] Crash during scan
Brought to you by:
inquisb
From: Chris C. <ccl...@fl...> - 2011-06-07 20:38:06
|
[14:33:41] [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request [14:34:20] [CRITICAL] connection timed out to the target url or proxy, sqlmap is going to retry the request [14:34:51] [CRITICAL] connection timed out to the target url or proxy, sqlmap is going to retry the request [14:34:52] [CRITICAL] unable to connect to the target url or proxy [14:34:52] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4033), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev (r4033) Python version: 2.6.1 Operating system: posix Command line: ./sqlmap.py --forms --batch --risk 3 --level 5 -o --threads 5 -u http://crackme.cenzic.com/Kelev/register/register.php Technique: UNION Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap.py", line 86, in main start() File "/private/var/root/sqlmap/lib/controller/controller.py", line 447, in start injection = checkSqlInjection(place, parameter, value) File "/private/var/root/sqlmap/lib/controller/checks.py", line 335, in checkSqlInjection falseResult = Request.queryPage(genCmpPayload(), place, raise404=False) File "/private/var/root/sqlmap/lib/request/connect.py", line 581, in queryPage elif kb.nullConnection == NULLCONNECTION.RANGE and HTTPHEADER.CONTENT_RANGE in headers: TypeError: argument of type 'NoneType' is not iterable [*] shutting down at: 14:34:52 Chris Clements Security Architect Flat Earth Networking, Inc. 24-Hour Technical Support Line 800-329-0408 All we do is computer network security. P: (615) 336-6296 | F: (615) 296-4101 |
From: Miroslav S. <mir...@gm...> - 2011-06-07 21:43:13
|
hi Chris. thank you for your report and find it fixed in the latest commit. kr On Tue, Jun 7, 2011 at 10:11 PM, Chris Clements <ccl...@fl...> wrote: > [14:33:41] [CRITICAL] unable to connect to the target url or proxy, sqlmap > is going to retry the request > [14:34:20] [CRITICAL] connection timed out to the target url or proxy, > sqlmap is going to retry the request > [14:34:51] [CRITICAL] connection timed out to the target url or proxy, > sqlmap is going to retry the request > [14:34:52] [CRITICAL] unable to connect to the target url or proxy > [14:34:52] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4033), retry > your run with the latest development version from the Subversion repository. > If the exception persists, please send by e-mail > to sql...@li... the following text and any information > required to reproduce the bug. The developers will try to reproduce the bug, > fix it accordingly and get back to you. > sqlmap version: 1.0-dev (r4033) > Python version: 2.6.1 > Operating system: posix > Command line: ./sqlmap.py --forms --batch --risk 3 --level 5 -o --threads 5 > -u http://crackme.cenzic.com/Kelev/register/register.php > Technique: UNION > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "./sqlmap.py", line 86, in main > start() > File "/private/var/root/sqlmap/lib/controller/controller.py", line 447, in > start > injection = checkSqlInjection(place, parameter, value) > File "/private/var/root/sqlmap/lib/controller/checks.py", line 335, in > checkSqlInjection > falseResult = Request.queryPage(genCmpPayload(), place, raise404=False) > File "/private/var/root/sqlmap/lib/request/connect.py", line 581, in > queryPage > elif kb.nullConnection == NULLCONNECTION.RANGE and > HTTPHEADER.CONTENT_RANGE in headers: > TypeError: argument of type 'NoneType' is not iterable > [*] shutting down at: 14:34:52 > –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– > Chris Clements Security Architect > Flat Earth Networking, Inc. 24-Hour Technical Support Line 800-329-0408 > All we do is computer network security. P: (615) 336-6296 | F: (615) > 296-4101 > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |
From: Miroslav S. <mir...@gm...> - 2011-06-07 21:50:29
|
p.s. i can see that that web site is not very responsive. maybe somehow connected to "cenzic 232" On Tue, Jun 7, 2011 at 11:43 PM, Miroslav Stampar <mir...@gm...> wrote: > hi Chris. > > thank you for your report and find it fixed in the latest commit. > > kr > > On Tue, Jun 7, 2011 at 10:11 PM, Chris Clements <ccl...@fl...> wrote: >> [14:33:41] [CRITICAL] unable to connect to the target url or proxy, sqlmap >> is going to retry the request >> [14:34:20] [CRITICAL] connection timed out to the target url or proxy, >> sqlmap is going to retry the request >> [14:34:51] [CRITICAL] connection timed out to the target url or proxy, >> sqlmap is going to retry the request >> [14:34:52] [CRITICAL] unable to connect to the target url or proxy >> [14:34:52] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4033), retry >> your run with the latest development version from the Subversion repository. >> If the exception persists, please send by e-mail >> to sql...@li... the following text and any information >> required to reproduce the bug. The developers will try to reproduce the bug, >> fix it accordingly and get back to you. >> sqlmap version: 1.0-dev (r4033) >> Python version: 2.6.1 >> Operating system: posix >> Command line: ./sqlmap.py --forms --batch --risk 3 --level 5 -o --threads 5 >> -u http://crackme.cenzic.com/Kelev/register/register.php >> Technique: UNION >> Back-end DBMS: None (identified) >> Traceback (most recent call last): >> File "./sqlmap.py", line 86, in main >> start() >> File "/private/var/root/sqlmap/lib/controller/controller.py", line 447, in >> start >> injection = checkSqlInjection(place, parameter, value) >> File "/private/var/root/sqlmap/lib/controller/checks.py", line 335, in >> checkSqlInjection >> falseResult = Request.queryPage(genCmpPayload(), place, raise404=False) >> File "/private/var/root/sqlmap/lib/request/connect.py", line 581, in >> queryPage >> elif kb.nullConnection == NULLCONNECTION.RANGE and >> HTTPHEADER.CONTENT_RANGE in headers: >> TypeError: argument of type 'NoneType' is not iterable >> [*] shutting down at: 14:34:52 >> –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– >> Chris Clements Security Architect >> Flat Earth Networking, Inc. 24-Hour Technical Support Line 800-329-0408 >> All we do is computer network security. P: (615) 336-6296 | F: (615) >> 296-4101 >> >> ------------------------------------------------------------------------------ >> EditLive Enterprise is the world's most technically advanced content >> authoring tool. Experience the power of Track Changes, Inline Image >> Editing and ensure content is compliant with Accessibility Checking. >> http://p.sf.net/sfu/ephox-dev2dev >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > > > -- > Miroslav Stampar > > E-mail: miroslav.stampar (at) gmail.com > PGP Key ID: 0xB5397B1B > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |