├── Bypass ├── Bypass.sln └── Bypass │ ├── App.config │ ├── Bypass.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── System.Management.Automation.dll │ ├── bin │ ├── Debug │ │ ├── Bypass.exe.config │ │ ├── Bypass.vshost.exe │ │ ├── Bypass.vshost.exe.config │ │ └── Bypass.vshost.exe.manifest │ ├── Release │ │ ├── Bypass.exe.config │ │ ├── Bypass.vshost.exe │ │ ├── Bypass.vshost.exe.config │ │ └── Bypass.vshost.exe.manifest │ └── x64 │ │ └── Release │ │ ├── Bypass.exe │ │ ├── Bypass.exe.config │ │ ├── Bypass.pdb │ │ ├── Bypass.vshost.exe │ │ ├── Bypass.vshost.exe.config │ │ ├── Bypass.vshost.exe.manifest │ │ └── System.Management.Automation.dll │ └── obj │ ├── Debug │ ├── Bypass.csproj.FileListAbsolute.txt │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Release │ ├── Bypass.csproj.FileListAbsolute.txt │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── x64 │ └── Release │ ├── Bypass.csproj.FileListAbsolute.txt │ ├── Bypass.csprojResolveAssemblyReference.cache │ ├── Bypass.exe │ ├── Bypass.pdb │ ├── DesignTimeResolveAssemblyReferences.cache │ └── DesignTimeResolveAssemblyReferencesInput.cache ├── InjectDLL.ps1 ├── Invoke-PE2.ps1 ├── LICENSE ├── ReflectivePick.cpp ├── evil2.hta ├── master.sct ├── slave1.sct ├── slave2.sct ├── slave3.sct └── slave4.sct /Bypass/Bypass.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass.sln -------------------------------------------------------------------------------- /Bypass/Bypass/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/App.config -------------------------------------------------------------------------------- /Bypass/Bypass/Bypass.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/Bypass.csproj -------------------------------------------------------------------------------- /Bypass/Bypass/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/Program.cs -------------------------------------------------------------------------------- /Bypass/Bypass/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Bypass/Bypass/System.Management.Automation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/System.Management.Automation.dll -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Debug/Bypass.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Debug/Bypass.exe.config -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Debug/Bypass.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Debug/Bypass.vshost.exe -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Debug/Bypass.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Debug/Bypass.vshost.exe.config -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Debug/Bypass.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Debug/Bypass.vshost.exe.manifest -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Release/Bypass.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Release/Bypass.exe.config -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Release/Bypass.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Release/Bypass.vshost.exe -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Release/Bypass.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Release/Bypass.vshost.exe.config -------------------------------------------------------------------------------- /Bypass/Bypass/bin/Release/Bypass.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/Release/Bypass.vshost.exe.manifest -------------------------------------------------------------------------------- /Bypass/Bypass/bin/x64/Release/Bypass.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/x64/Release/Bypass.exe -------------------------------------------------------------------------------- /Bypass/Bypass/bin/x64/Release/Bypass.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/x64/Release/Bypass.exe.config -------------------------------------------------------------------------------- /Bypass/Bypass/bin/x64/Release/Bypass.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/x64/Release/Bypass.pdb -------------------------------------------------------------------------------- /Bypass/Bypass/bin/x64/Release/Bypass.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/x64/Release/Bypass.vshost.exe -------------------------------------------------------------------------------- /Bypass/Bypass/bin/x64/Release/Bypass.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/x64/Release/Bypass.vshost.exe.config -------------------------------------------------------------------------------- /Bypass/Bypass/bin/x64/Release/Bypass.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/x64/Release/Bypass.vshost.exe.manifest -------------------------------------------------------------------------------- /Bypass/Bypass/bin/x64/Release/System.Management.Automation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/bin/x64/Release/System.Management.Automation.dll -------------------------------------------------------------------------------- /Bypass/Bypass/obj/Debug/Bypass.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/Debug/Bypass.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Bypass/Bypass/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Bypass/Bypass/obj/Release/Bypass.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/Release/Bypass.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Bypass/Bypass/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Bypass/Bypass/obj/x64/Release/Bypass.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/x64/Release/Bypass.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Bypass/Bypass/obj/x64/Release/Bypass.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/x64/Release/Bypass.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Bypass/Bypass/obj/x64/Release/Bypass.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/x64/Release/Bypass.exe -------------------------------------------------------------------------------- /Bypass/Bypass/obj/x64/Release/Bypass.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/x64/Release/Bypass.pdb -------------------------------------------------------------------------------- /Bypass/Bypass/obj/x64/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/x64/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Bypass/Bypass/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Bypass/Bypass/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /InjectDLL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/InjectDLL.ps1 -------------------------------------------------------------------------------- /Invoke-PE2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/Invoke-PE2.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/LICENSE -------------------------------------------------------------------------------- /ReflectivePick.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/ReflectivePick.cpp -------------------------------------------------------------------------------- /evil2.hta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/evil2.hta -------------------------------------------------------------------------------- /master.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/master.sct -------------------------------------------------------------------------------- /slave1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/slave1.sct -------------------------------------------------------------------------------- /slave2.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/slave2.sct -------------------------------------------------------------------------------- /slave3.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/slave3.sct -------------------------------------------------------------------------------- /slave4.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MortenSchenk/Babuska-Dolls/HEAD/slave4.sct --------------------------------------------------------------------------------