this.out.println(result.getWebsites().length + " found.");
// look for services
this.out.titledPrint("\tLooking for services...");
for (String service: CheckServices.check(responseContent)) {
result.addService(service);
}
this.out.println(result.getServices().length + " found.");
}
else if (redirectLocation != null) {
try {