Skip to content

Commit

Permalink
Update mirrorscript-v2.py
Browse files Browse the repository at this point in the history
Update Mirror List URL
  • Loading branch information
SahilB69 committed Mar 3, 2024
1 parent 2ddf71c commit 8f67244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrorscript-v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f67244

Please sign in to comment.