Add plink, allow mimikatz
This commit is contained in:
86
config.json
86
config.json
@ -27,16 +27,25 @@
|
||||
"BloodHoundAD/BloodHound": [
|
||||
"Collectors/SharpHound.exe"
|
||||
],
|
||||
"InitRoot/SweetPotato": [
|
||||
"SweetPotato.exe"
|
||||
],
|
||||
"PowerShellMafia/PowerSploit": [
|
||||
"Recon/PowerView.ps1"
|
||||
],
|
||||
"Flangvik/SharpCollection": [
|
||||
"NetFramework_4.7_Any/Rubeus.exe"
|
||||
],
|
||||
"calebstewart/CVE-2021-1675": [
|
||||
"CVE-2021-1675.ps1"
|
||||
],
|
||||
"besimorhino/powercat": [
|
||||
"powercat.ps1"
|
||||
],
|
||||
"r3motecontrol/Ghostpack-CompiledBinaries": [
|
||||
"Seatbelt.exe"
|
||||
]
|
||||
},
|
||||
"githubreleasesync": {
|
||||
"carlospolop/PEASS-ng": {
|
||||
"local_version": "20220807",
|
||||
"local_version": "20230326",
|
||||
"files": [
|
||||
"linpeas.sh",
|
||||
"winPEAS.bat",
|
||||
@ -44,35 +53,60 @@
|
||||
"winPEASany_ofs.exe"
|
||||
]
|
||||
},
|
||||
"jpillora/chisel": {
|
||||
"local_version": "v1.7.7",
|
||||
"files": [
|
||||
{
|
||||
"filename": "chisel_{short_version}_windows_386.gz",
|
||||
"binpath": "chisel.exe"
|
||||
},
|
||||
{
|
||||
"filename": "chisel_{short_version}_linux_386.gz",
|
||||
"binpath": "chisel"
|
||||
},
|
||||
{
|
||||
"filename": "chisel_{short_version}_linux_amd64.gz",
|
||||
"binpath": "chisel64"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AlessandroZ/LaZagne": {
|
||||
"local_version": "2.4.3",
|
||||
"local_version": "v2.4.5",
|
||||
"files": [
|
||||
"lazagne.exe"
|
||||
]
|
||||
},
|
||||
"DominicBreuker/pspy": {
|
||||
"local_version": "v1.2.0",
|
||||
"local_version": "v1.2.1",
|
||||
"files": [
|
||||
"pspy32",
|
||||
"pspy64"
|
||||
]
|
||||
},
|
||||
"itm4n/PrintSpoofer": {
|
||||
"local_version": "v1.0",
|
||||
"files": [
|
||||
"PrintSpoofer32.exe",
|
||||
"PrintSpoofer64.exe"
|
||||
]
|
||||
},
|
||||
"jpillora/chisel": {
|
||||
"local_version": "v1.8.1",
|
||||
"files": [
|
||||
{
|
||||
"filename": "chisel_{short_version}_windows_386.gz",
|
||||
"inpath": "chisel.exe",
|
||||
"outpath": "chisel.exe"
|
||||
},
|
||||
{
|
||||
"filename": "chisel_{short_version}_linux_386.gz",
|
||||
"inpath": "chisel",
|
||||
"outpath": "chisel"
|
||||
},
|
||||
{
|
||||
"filename": "chisel_{short_version}_linux_amd64.gz",
|
||||
"inpath": "chisel64",
|
||||
"outpath": "chisel64"
|
||||
}
|
||||
]
|
||||
},
|
||||
"gentilkiwi/mimikatz": {
|
||||
"local_version": "2.2.0-20220919",
|
||||
"files": [
|
||||
{
|
||||
"filename": "mimikatz_trunk.zip",
|
||||
"inpath": "Win32/mimikatz.exe",
|
||||
"outpath": "mimikatz32.exe"
|
||||
},
|
||||
{
|
||||
"filename": "mimikatz_trunk.zip",
|
||||
"inpath": "x64/mimikatz.exe",
|
||||
"outpath": "mimikatz64.exe"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ncat": {
|
||||
@ -87,5 +121,11 @@
|
||||
"files": [
|
||||
"nc.exe"
|
||||
]
|
||||
},
|
||||
"plink": {
|
||||
"local_version": "0.78",
|
||||
"files": [
|
||||
"w32/plink.exe"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user