This repository has been archived on 2022-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
gmclcore/Test.py

8 lines
253 B
Python
Raw Normal View History

2020-11-21 16:45:32 +00:00
from GMCLCore import *
launcher=GMCLCore()
launcher.EnableAriaDownload()
launcher.EnableAutoLogPrint()
launcher.Download("http://mirrors.163.com/kali-images/kali-weekly/kali-linux-2020-W47-installer-netinst-i386.iso","test.iso")
launcher.PrintAllLog()