From f9471d60096ad8421d590098a44b921297270846 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Wed, 21 Dec 2011 10:59:02 -0600 Subject: [PATCH] Adding ref/disclosure date to checkpoint module Talked with patrick, this all looks correct now. --- modules/auxiliary/gather/checkpoint_hostname.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/gather/checkpoint_hostname.rb b/modules/auxiliary/gather/checkpoint_hostname.rb index 721896195a..17ad406b1c 100644 --- a/modules/auxiliary/gather/checkpoint_hostname.rb +++ b/modules/auxiliary/gather/checkpoint_hostname.rb @@ -18,13 +18,17 @@ class Metasploit3 < Msf::Auxiliary This module sends a query to the port 264/TCP on CheckPoint Firewall-1 firewalls to obtain the firewall name and management station (such as SmartCenter) name via a pre-authentication topology request. + Note that the SecuriTeam reference listed here is not the same vulnerabilty, but it + does discus the same protocol and is somewhat related to this information + disclosure. }, 'Author' => [ 'patrick' ], + 'DisclosureDate' => 'Dec 14 2011', # Looks like this module is first real reference 'References' => [ # patrickw - None? Stumbled across, probably an old bug/feature but unsure. - [ 'URL', 'http://www.osisecurity.com.au/advisories/' ], - [ 'URL', 'http://www.securiteam.com/securitynews/5HP0D2A4UC.html' ] # Related? + [ 'URL', 'http://www.osisecurity.com.au/advisories/' ], # Advisory coming soon, placeholder + [ 'URL', 'http://www.securiteam.com/securitynews/5HP0D2A4UC.html' ] # Related-ish ] ))