Hi,

I found a new Bug.


[06:00:07] [INFO] testing connection to the target url
[06:00:23] [CRITICAL] page not found (404)
it is not recommended to continue in this kind of cases. Do you want to quit 
and make sure that ever
ything is set up properly? [Y/n] n
[06:00:59] [INFO] testing if the url is stable, wait a few seconds
[06:01:03] [WARNING] url is not stable, sqlmap will base the page comparison on 
a sequence matcher.
If no dynamic nor injectable parameters are detected, or in case of junk 
results, refer to user's ma
nual paragraph 'Page comparison' and provide a string or regular expression to 
match on
how do you want to proceed? [(C)ontinue/(s)tring/(r)egex/(q)uit] s
[06:05:00] [INFO] finding static words in longest matching part of dynamic page 
content
[06:05:00] [WARNING] HTTP error codes detected during testing:
404 (Not Found) - 2 times


[06:05:00] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4577), retry your 
run with the latest
development version from the Subversion repository. If the exception persists, 
please send by e-mail
 to sqlmap-users@lists.sourceforge.net 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 (r4577)
Python version: 2.7.2
Operating system: nt
Command line: C:\test\sqlmap-0-9\sqlmap.py -u ********************* --crawl=10 -
-threads=6 --random-agent --retries=6 --level 5 --risk 3 -f -b --dbms=mysql
Technique: None
Back-end DBMS: MySQL (identified)
Traceback (most recent call last):
  File "C:\test\sqlmap-0-9\_sqlmap.py", line 86, in main
    start()
  File "C:\test\sqlmap-0-9\lib\controller\controller.py", line 377, in start
    checkStability()
  File "C:\test\sqlmap-0-9\lib\controller\checks.py", line 775, in checkStabilit
y
    showStaticWords(firstPage, secondPage)
  File "C:\test\sqlmap-0-9\lib\core\common.py", line 1633, in showStaticWords
    match = SequenceMatcher(None, firstPage, secondPage).find_longest_match(0, 
len(firstPage), 0, le
n(secondPage))
TypeError: object of type 'NoneType' has no len()

[*] shutting down at 06:05:00


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to