Sha256: bf68e12717e680f465dcc4bcdf6e311957aac26085fcb15c617adc35ee49e958
Contents?: true
Size: 841 Bytes
Versions: 16
Compression:
Stored size: 841 Bytes
Contents
Feature: Match Scenario: Finds matches When I run `recog_match.rb matching_banners_fingerprints.xml banners.xml` Then it should pass with: """ MATCH: {"pureftpd.config"=>"[privsep] [TLS] ", "service.family"=>"Pure-FTPd", "service.product"=>"Pure-FTPd", "data"=>"---------- Welcome to Pure-FTPd [privsep] [TLS] ----------"} MATCH: {"os.vendor"=>"Sun", "os.family"=>"Solaris", "os.product"=>"Solaris", "os.device"=>"General", "host.name"=>"polaris", "os.version"=>"5.8", "data"=>"polaris FTP server (SunOS 5.8) ready."} """ Scenario: Fails at finding matches When I run `recog_match.rb failing_banners_fingerprints.xml banners.xml` Then it should pass with: """ FAIL: ---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- FAIL: polaris FTP server (SunOS 5.8) ready """
Version data entries
16 entries across 16 versions & 1 rubygems