Package org.zaproxy.zap.extension.spider

Examples of org.zaproxy.zap.extension.spider.ExtensionSpider.startScan()


        logger.error("No spider");
        extension.notifyProgress(Progress.failed);
        return;
      } else {
        extension.notifyProgress(Progress.spider);
        extSpider.startScan(startNode);
      }
     
      // Give some time to the spider to finish to setup and start itself.
      sleep(1500);
     
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.