diff --git a/autorecon/default-plugins/redirect-host-discovery.py b/autorecon/default-plugins/redirect-host-discovery.py index 5a929ff..716ea0c 100644 --- a/autorecon/default-plugins/redirect-host-discovery.py +++ b/autorecon/default-plugins/redirect-host-discovery.py @@ -65,4 +65,4 @@ class RedirectHostnameDiscovery(ServiceScan): service.info(f"[-] No redirect detected at {url}") except Exception as e: - service.error(f"[!] Error during redirect check on {service.target.address}:{service.port} — {e}") + service.error(f"[!] Error during redirect check on {service.target.address}:{service.port} — {e}") \ No newline at end of file