From 363ee089c51948b02fe88450df32a24f615e3991 Mon Sep 17 00:00:00 2001 From: Bruno Filipe Date: Wed, 3 Aug 2022 01:35:55 -0300 Subject: [PATCH] Change hardcoded password ...preventing IOC for no reason --- network/vsftpd-detection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/vsftpd-detection.yaml b/network/vsftpd-detection.yaml index de0f145177..04e90c4756 100644 --- a/network/vsftpd-detection.yaml +++ b/network/vsftpd-detection.yaml @@ -16,7 +16,7 @@ info: network: - inputs: - - data: "USER anonymous\r\nPASS pussycat0x\r\n" + - data: "USER anonymous\r\nPASS anonymous\r\n" host: - "{{Host}}:21"