From 39afb9888a26b18c3b2dcbe69755d2c8dac0bed5 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 4 Nov 2024 11:05:06 +0530 Subject: [PATCH] Update http/osint/user-enumeration/smugmug.yaml Co-authored-by: Dwi Siswanto --- http/osint/user-enumeration/smugmug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/osint/user-enumeration/smugmug.yaml b/http/osint/user-enumeration/smugmug.yaml index 0e37a16e6b..d217bd1957 100644 --- a/http/osint/user-enumeration/smugmug.yaml +++ b/http/osint/user-enumeration/smugmug.yaml @@ -16,7 +16,7 @@ info: self-contained: true variables: - valid_username: "{{replace('{{user}}', '.', '')}}" + valid_username: "{{replace(user, '.', '')}}" http: - method: GET