Fixed String Builder for CC generation.
client_ports
Steve Borosh 2015-07-07 02:57:31 -04:00
parent 163a20a386
commit da7a47a406
1 changed files with 2 additions and 3 deletions

View File

@ -97,10 +97,9 @@ function Invoke-EgressAssess
function Generate-CreditCards
{
$script:AllCC = @()
$list = New-Object System.Collections.Generic.List[System.String]
$stringBuilder = New-Object System.Text.StringBuilder
$script:list = New-Object System.Collections.Generic.List[System.String]
Write-Verbose "[*] Generating Credit Cards............."
function New-Visa
{