From 46b68a17b8d09b8589490ee86a6c9889f2ee1058 Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Wed, 27 Apr 2022 15:25:19 +0200 Subject: [PATCH] Add files du config --- config.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 " } ] }