parent
75b8614cc3
commit
0e114bad9b
@ -0,0 +1,15 @@ |
||||
require 'resolve' |
||||
|
||||
class Resolv::DNS::Resource::IN::CAA < Resolv::DNS::Resource::IN::TXT |
||||
TypeValue = 257 |
||||
end |
||||
|
||||
module CryptCheck |
||||
module Tls |
||||
module CAA |
||||
def check_caa |
||||
|
||||
end |
||||
end |
||||
end |
||||
end |
@ -0,0 +1,13 @@ |
||||
module CryptCheck |
||||
module Tls |
||||
module Https |
||||
def self.analyze(host, port=443) |
||||
::CryptCheck.analyze host, port, Server |
||||
end |
||||
|
||||
def self.analyze_file(input, output) |
||||
::CryptCheck.analyze_file(input, 'output/https.erb', output) { |host| self.analyze host } |
||||
end |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue