scipag / HardeningKitty

HardeningKitty - Checks and hardens your Windows configuration
MIT License
1.29k stars 158 forks source link

line 663 has a type in the variable name #8

Closed jacobyoby closed 2 years ago

jacobyoby commented 2 years ago
    # A CSV finding list is imported. HardeningKitty has one machine and one user list.
    If ($FileFindingList.Length -eq 0) {

        $CurrentLication = Get-Location
        $FileFindingList = "**$CurrentLication**\lists\finding_list_0x6d69636b_machine.csv"
    }

    $FindingList = Import-Csv -Path $FileFindingList -Delimiter ","
    $LastCategory = ""
0x6d69636b commented 2 years ago

Thank you for this issue. I fixed it here: https://github.com/0x6d69636b/windows_hardening/commit/cf0361f06d15de99b49df15c8d4851122a64287f and will port this version to the stable repo later