├── LICENSE.md ├── PowerLessShell.py ├── README.md ├── include ├── template-powershell.csproj ├── template-shellcode.csproj └── template-shellcode_inject.csproj └── wmi_msbuild.cna /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/PowerLessShell/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PowerLessShell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/PowerLessShell/HEAD/PowerLessShell.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/PowerLessShell/HEAD/README.md -------------------------------------------------------------------------------- /include/template-powershell.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/PowerLessShell/HEAD/include/template-powershell.csproj -------------------------------------------------------------------------------- /include/template-shellcode.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/PowerLessShell/HEAD/include/template-shellcode.csproj -------------------------------------------------------------------------------- /include/template-shellcode_inject.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/PowerLessShell/HEAD/include/template-shellcode_inject.csproj -------------------------------------------------------------------------------- /wmi_msbuild.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/PowerLessShell/HEAD/wmi_msbuild.cna --------------------------------------------------------------------------------