949596979899100101102103104
try { // Wait for the spider to complete while (extSpider.isScanning(startNode, true)) { sleep (500); if (this.stopAttack) { extSpider.stopScan(startNode); break; } } } catch (InterruptedException e) { // Ignore
163164165166167168169170171172173