From 73799fe772152089a6c57aa339f08426cf3eaf11 Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 13 Aug 2021 18:22:35 +1000 Subject: Impl bne ... * Add upload lock mechanism to prevent multiple instances trying to infect the same host simultaneously * Add "upload guard". The upload guard cleans up the lock file and the upload directory in the event of upload failure * Fix bug in bne_vssh_flush_f() * prne_strzero() accepts NULL * Fix Proone: missing prne_dvault_reset() calls --- src/proone_conf.skel/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proone_conf.skel/config.h') diff --git a/src/proone_conf.skel/config.h b/src/proone_conf.skel/config.h index 2e9b39e..ee67e9c 100644 --- a/src/proone_conf.skel/config.h +++ b/src/proone_conf.skel/config.h @@ -2,6 +2,7 @@ #define PRNE_CNC_TXT_REC "CHANGE.ME.test" #define PRNE_BNE_LOGIN_ATTEMPT 0 #define PRNE_BNE_EXEC_NAME "httpd" +#define PRNE_BNE_LOCK_NAME "CHANGE ME" #define PRNE_RCN_PORTS {\ /* 22 */ 0x00, 0x16,\ -- cgit