From 2f6c9d6d08c19f7d58cb193b656d9ec4580d1061 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Fri, 11 Nov 2011 13:59:14 -0600 Subject: [PATCH] Removing a hated semi-colon, noting that the rescue does nothing --- modules/post/windows/gather/forensics/duqu_check.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/post/windows/gather/forensics/duqu_check.rb b/modules/post/windows/gather/forensics/duqu_check.rb index 90f3f05c56..a7bab4a275 100644 --- a/modules/post/windows/gather/forensics/duqu_check.rb +++ b/modules/post/windows/gather/forensics/duqu_check.rb @@ -62,7 +62,8 @@ class Metasploit3 < Msf::Post ) end end - rescue; end + rescue # Probably should do something here... + end print_status("#{sysinfo['Computer']}: #{match.to_s} artifact(s) found in registry.")