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