What steps will reproduce the problem?
1. Run fuzzops against the stack petstore
Results:
The crawler runs. The fuzzer errors out with index out of bounds exception.
- CrawlerExecutor terminated
- Closing the browser...
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at com.google.code.fuzzops.webfuzzer.controller.FuzzEngine.fuzz(FuzzEngine.java:106)
at com.google.code.fuzzops.webfuzzer.crawler.CrawlerThread.initFuzzer(CrawlerThread.java:135)
at com.google.code.fuzzops.webfuzzer.crawler.CrawlerThread.configCrawler(CrawlerThread.java:124)
at com.google.code.fuzzops.webfuzzer.crawler.CrawlerThread.run(CrawlerThread.java:57)
at java.lang.Thread.run(Thread.java:619)
.....
- Total Crawling time(50711ms) ~= 0 min, 51 sec
- EXAMINED ELEMENTS: 170
- CLICKABLES: 10
- STATES: 8
Original issue reported on code.google.com by shayne.b...@gmail.com on 7 Oct 2010 at 4:28
Original issue reported on code.google.com by
shayne.b...@gmail.com
on 7 Oct 2010 at 4:28