Luke, On Tue, Sep 25, 2012 at 9:05 AM, luke <[email protected]> wrote: > Hi guys! > I am using w3af test a site > the script is > ============================== > plugins > > discovery > webSpider,hmap,fingerprint_os,fingerprint_WAF,findvhost,allowedMethods,robotsReader > > grep clickjacking > > audit dav,formatString,globalRedirect,osCommanding,sqli,xpath,xss,xst > output console > output htmlFile > output config htmlFile > set fileName /tmp/w3afreport.html > back > back > target > set targetOS unix > set targetFramework php > set target http://xuan.3g.cn/ > back > start > > ============================================== > > after the scan , I saw this several times ! > > -- Current value can never be greater than max value!
Are you using, w3af from the threading2 branch? You can find what this is by running this command: find . -name '*.py' | xargs grep 'Current value can never be greater than max value!' And reading some code, but basically it is an issue on how the progress is calculated/shown to the user; in other words, nothing serious. Regards, > > can anyone tell me what is this ? > FIT1-213 > Department of Computer Science > Tsinghua University, Beijing, 100084 > http://about.me/anakin/bio > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
