Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 9f41edc

Browse files
author
mattifestation
committed
Fixes #23 - $Password was not being cleared
1 parent 206fb70 commit 9f41edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Exfiltration/Get-GPPPassword.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function Get-GPPPassword {
8888
$UserName = ''
8989
$NewName = ''
9090
$Changed = ''
91+
$Password = ''
9192

9293
switch ($Filename) {
9394

0 commit comments

Comments
 (0)