8 lines
253 B
Python
8 lines
253 B
Python
|
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()
|