Initial commit.

This commit is contained in:
2022-04-16 18:48:42 +02:00
commit 2ad6c75ef8
5 changed files with 232 additions and 0 deletions

31
config.json Normal file
View File

@ -0,0 +1,31 @@
{
"githubfilesync": [
{
"samratashok/nishang": [
"Shells/Invoke-PowerShellTcp.ps1",
"Shells/Invoke-PowerShellTcpOneLine.ps1"
]
},
{
"samratashok/nishang": [
"Shells/Invoke-PowerShellTcp.ps1",
"Shells/Invoke-PowerShellTcpOneLine.ps1"
]
},
{
"antonioCoco/ConPtyShell": [
"Invoke-ConPtyShell.ps1"
]
},
{
"ly4k/PwnKit": [
"PwnKit"
]
},
{
"Re4son/Churrasco": [
"churrasco.exe"
]
}
]
}