Sha256: 7dfeee48bf039b958f92913c863493650f81f34bf8f7af2a380fa66ee5792be0
Contents?: true
Size: 434 Bytes
Versions: 13
Compression:
Stored size: 434 Bytes
Contents
module Mihari module Analyzers class Crtsh < Base attr_reader query: String attr_reader title: String attr_reader description: String attr_reader tags: Array[String] attr_reader exclude_expired: bool def artifacts: () -> (Array[String] | Array[Mihari::Artifact]) private def api: () -> untyped def search: () -> Array[Hash[(String | Symbol), untyped]] end end end
Version data entries
13 entries across 13 versions & 1 rubygems