Skip to content

Commit

Permalink
Rename crtsh collector to Certificate Search
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henriksen committed Jun 24, 2017
1 parent 3c1b864 commit 8a60b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/aquatone/collectors/crtsh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Aquatone
module Collectors
class Crtsh < Aquatone::Collector
self.meta = {
:name => "crtsh",
:name => "Certificate Search",
:author => "Joel (@jolle)",
:description => "Uses crt.sh by COMODO CA to find hostnames"
}
Expand All @@ -16,4 +16,4 @@ def run
end
end
end
end
end

0 comments on commit 8a60b0e

Please sign in to comment.