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.")