Sha256: ce6bb1dce8d41bbbc3e0d514a1781af2f79f7e60447083be8b5193337304ec7d
Contents?: true
Size: 792 Bytes
Versions: 6
Compression:
Stored size: 792 Bytes
Contents
# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "Sagem-Router" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-16 @version = "0.1" @description = "Sagem Router - Distributed by Wanadoo, Maroc Telecom, Sky and others." # Default Credentials # # admin:epicrouter # root:1234 # admin:admin # ShodanHQ results as at 2011-08-16 # # 2,658 for realm Sagem # Matches # @matches = [ # WWW-Authenticate: Basic realm=Sagem { search: "headers[www-authenticate]", regexp: /^Basic realm="?Sagem"?$/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems