├── README.md ├── WMI-Mimikatz.mof ├── WMI-Mimikatz.ps1 ├── dnsping-meterpreter.mof ├── dnsping-meterpreter.ps1 └── server └── dns.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikvanduijn/WMI-persistence/HEAD/README.md -------------------------------------------------------------------------------- /WMI-Mimikatz.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikvanduijn/WMI-persistence/HEAD/WMI-Mimikatz.mof -------------------------------------------------------------------------------- /WMI-Mimikatz.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikvanduijn/WMI-persistence/HEAD/WMI-Mimikatz.ps1 -------------------------------------------------------------------------------- /dnsping-meterpreter.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikvanduijn/WMI-persistence/HEAD/dnsping-meterpreter.mof -------------------------------------------------------------------------------- /dnsping-meterpreter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikvanduijn/WMI-persistence/HEAD/dnsping-meterpreter.ps1 -------------------------------------------------------------------------------- /server/dns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rikvanduijn/WMI-persistence/HEAD/server/dns.py --------------------------------------------------------------------------------