diff --git a/config.json b/config.json index c29c8fc..dbcf5d1 100644 --- a/config.json +++ b/config.json @@ -14,7 +14,12 @@ "churrasco.exe" ], "SecWiki/windows-kernel-exploits": [ - "MS11-046/ms11-046.exe" + "MS11-046/ms11-046.exe", + "MS11-046/MS11_46_k8.exe", + "MS10-059/MS10-059.exe" + ], + "diegocr/netcat": [ + "nc.exe" ] }, "githubreleasesync": { @@ -32,6 +37,10 @@ { "filename": "chisel_{short_version}_windows_amd64.gz", "binpath": "chisel.exe" + }, + { + "filename": "chisel_{short_version}_linux_amd64.gz", + "binpath": "chisel " } ] }