diff --git a/modules/exploits/windows/http/git_lfs_rce.rb b/modules/exploits/windows/http/git_lfs_rce.rb index ffba84334f..2e47cecfc8 100644 --- a/modules/exploits/windows/http/git_lfs_rce.rb +++ b/modules/exploits/windows/http/git_lfs_rce.rb @@ -129,7 +129,7 @@ class MetasploitModule < Msf::Exploit::Remote fail_with(Failure::BadConfig, "The git client needs to be running on Windows with a version equal or less than 2.29.2 while git-lfs needs to be equal or less than 2.12.0. The user agent, #{info[:ua_name]}, found was running on, #{info[:os_name]} and was at version: #{info[:ua_ver]}") end else - fail_with(Failure::BadConfig, "The client's User-Agent string was unidentifiable: #{info}. The client needs to clone the malicious repo on windows with a git version less than 2.29.0") + fail_with(Failure::BadConfig, "The client's User-Agent string was unidentifiable: #{info}. The client needs to clone the malicious repo on windows with a git version less than 2.29.0") end end