Sha256: 73a2035c7b5f5c3c24ef3eeb5a1b83a856352e1c990a25fc9f128ba9c88f7881

Contents?: true

Size: 939 Bytes

Versions: 27

Compression:

Stored size: 939 Bytes

Contents

Feature: Match
  Scenario: Finds matches
    When I run `recog_match matching_banners_fingerprints.xml banners.xml`
    Then it should pass with:
      """
      MATCH: {"matched"=>"Pure-FTPd Config data can be zero or more of: [privsep] [TLS]", "pureftpd.config"=>"[privsep] [TLS] ", "service.family"=>"Pure-FTPd", "service.product"=>"Pure-FTPd", "data"=>"---------- Welcome to Pure-FTPd [privsep] [TLS] ----------"}
      MATCH: {"matched"=>"SunOS/Solaris", "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 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

27 entries across 27 versions & 1 rubygems

Version Path
recog-2.0.13 features/match.feature
recog-2.0.12 features/match.feature
recog-2.0.11 features/match.feature
recog-2.0.10 features/match.feature
recog-2.0.9 features/match.feature
recog-2.0.8 features/match.feature
recog-2.0.7 features/match.feature
recog-2.0.6 features/match.feature
recog-2.0.5 features/match.feature
recog-2.0.4 features/match.feature
recog-2.0.2 features/match.feature
recog-2.0.1 features/match.feature
recog-2.0.0 features/match.feature
recog-1.0.29 features/match.feature
recog-1.0.28 features/match.feature
recog-1.0.27 features/match.feature
recog-1.0.26 features/match.feature
recog-1.0.25 features/match.feature
recog-1.0.24 features/match.feature
recog-1.0.23 features/match.feature