diff --git a/click.py b/click.py index a3ba1da..20b3ee5 100644 --- a/click.py +++ b/click.py @@ -57,7 +57,7 @@ def analyze_page(url): def main(): print_banner() - url = raw_input("Enter the URL of the site to scan: ").strip() + url = input("Enter the URL of the site to scan: ").strip() if not url.startswith('http'): print("[ERROR] Invalid URL. Ensure the URL starts with 'http' or 'https'.")