diff --git a/mirrorscript-v2.py b/mirrorscript-v2.py index eef7623..53de8cf 100644 --- a/mirrorscript-v2.py +++ b/mirrorscript-v2.py @@ -154,7 +154,7 @@ def ping_s(hostname): sys.exit(1) print("[+] Getting mirror list ...") - response = requests.get('https://http.kali.org/README.mirrorlist', headers=headers).text + response = requests.get('https://http.kali.org/README?mirrorlist', headers=headers).text urls = re.findall(r'(?:href="http(?:s|))(.*)(?:/README")',response)[2:] if verbose: