Skip to content

Commit

Permalink
Merge pull request #1 from cert-ee/chore/changing_isodownload_urls
Browse files Browse the repository at this point in the history
Changed iso urls for CERT-EE urls
  • Loading branch information
cert-ee-raidar authored Aug 22, 2024
2 parents 58c3f3d + 5b57438 commit a591ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmcloak/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ def _do_final_changes(nopatch, image, attr):


_ISOS = {
"win7x64":("36ae90defbad9d9539e649b193ae573b77a71c83","https://hatching.dev/hatchvm/win7ultimate.iso"),
"win10x64": ("ce8005a659e8df7fe9b080352cb1c313c3e9adce", "https://hatching.dev/hatchvm/Win10_1703_English_x64.iso")
"win7x64":("36ae90defbad9d9539e649b193ae573b77a71c83","https://cuckoo-hatch.cert.ee/static/vm/win7ultimate.iso"),
"win10x64": ("ce8005a659e8df7fe9b080352cb1c313c3e9adce", "https://cuckoo-hatch.cert.ee/static/vm/Win10_1703_English_x64.iso")
}
@main.command()
@click.option("--download-to", help=f"The filepath to write the ISO to. Will go to {iso_dst_path} otherwise.")
Expand Down

0 comments on commit a591ae0

Please sign in to comment.