Skip to content

dmaasland/mcafee-config-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

McAfee Config Decryptor

Tested up to version 10.7.0.667.17 of McAfee Endpoint Security.

Usage

First, get the encrypted McAfee config file. Easiest way is to use the ESConfigTool (run as admin):

ESConfigTool.exe /export c:\temp\config.bin

Then, run the decryptor:

python decrypt.py config.bin

<ENSConfiguration toolVersion="2.0">
    <policies>
        <module name="Endpoint Security Platform">
            <businessObject id="AP" version="2.0">
                <General>
                    <Available>true</Available>
                    <Managed>false</Managed>
                    <EnabledInMC>true</EnabledInMC>
                    <NonCompliantFlags>0</NonCompliantFlags>
                    <FilterSecs>300</FilterSecs>
                    <FilterType>0</FilterType>
                    <AacCoreVersion>SYSCORE.19.7.0.195</AacCoreVersion>
                    <DefEventMapFile>C:\Program Files\McAfee\Endpoint Security\Endpoint Security Platform\EmDefXlateMap.xml</DefEventMapFile>
                </General>
                <Initiator>
                    <CsvInclude />
                    <CsvExclude />
                    <Executables></Executables>
                </Initiator>
                <Groups></Groups>
                <Rules></Rules>
                
                [..]

                </xs:schema>
            </businessObject>
        </module>
    </policyContracts>
</ENSConfiguration>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages