├── CSharp └── LdapParser.cs ├── Corpus └── ObfuscatedSearchFilters.txt ├── Helpers ├── LdapEventLog.psm1 ├── LdapObjectConversion.psm1 └── LdapSearchRequest.psm1 ├── Images ├── MaLDAPtive_Screenshot_ASCII_Art.png ├── MaLDAPtive_Screenshot_Interactive_Find-Evil.png ├── MaLDAPtive_Screenshot_Interactive_Home.png ├── MaLDAPtive_Screenshot_Interactive_Obfuscation.png ├── MaLDAPtive_Screenshot_Parser_Filter.png └── MaLDAPtive_Screenshot_Parser_Token.png ├── LICENSE ├── Maldaptive.psd1 ├── Maldaptive.psm1 ├── Modules ├── Deobfuscation │ └── Deobfuscation.psm1 ├── Detection │ └── DetectionHelper.psm1 └── UI │ └── Invoke-MaldaptiveMenu.psm1 └── README.md /CSharp/LdapParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/CSharp/LdapParser.cs -------------------------------------------------------------------------------- /Corpus/ObfuscatedSearchFilters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Corpus/ObfuscatedSearchFilters.txt -------------------------------------------------------------------------------- /Helpers/LdapEventLog.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Helpers/LdapEventLog.psm1 -------------------------------------------------------------------------------- /Helpers/LdapObjectConversion.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Helpers/LdapObjectConversion.psm1 -------------------------------------------------------------------------------- /Helpers/LdapSearchRequest.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Helpers/LdapSearchRequest.psm1 -------------------------------------------------------------------------------- /Images/MaLDAPtive_Screenshot_ASCII_Art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Images/MaLDAPtive_Screenshot_ASCII_Art.png -------------------------------------------------------------------------------- /Images/MaLDAPtive_Screenshot_Interactive_Find-Evil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Images/MaLDAPtive_Screenshot_Interactive_Find-Evil.png -------------------------------------------------------------------------------- /Images/MaLDAPtive_Screenshot_Interactive_Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Images/MaLDAPtive_Screenshot_Interactive_Home.png -------------------------------------------------------------------------------- /Images/MaLDAPtive_Screenshot_Interactive_Obfuscation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Images/MaLDAPtive_Screenshot_Interactive_Obfuscation.png -------------------------------------------------------------------------------- /Images/MaLDAPtive_Screenshot_Parser_Filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Images/MaLDAPtive_Screenshot_Parser_Filter.png -------------------------------------------------------------------------------- /Images/MaLDAPtive_Screenshot_Parser_Token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Images/MaLDAPtive_Screenshot_Parser_Token.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/LICENSE -------------------------------------------------------------------------------- /Maldaptive.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Maldaptive.psd1 -------------------------------------------------------------------------------- /Maldaptive.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Maldaptive.psm1 -------------------------------------------------------------------------------- /Modules/Deobfuscation/Deobfuscation.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Modules/Deobfuscation/Deobfuscation.psm1 -------------------------------------------------------------------------------- /Modules/Detection/DetectionHelper.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Modules/Detection/DetectionHelper.psm1 -------------------------------------------------------------------------------- /Modules/UI/Invoke-MaldaptiveMenu.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/Modules/UI/Invoke-MaldaptiveMenu.psm1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaLDAPtive/Invoke-Maldaptive/HEAD/README.md --------------------------------------------------------------------------------