Skip to content

ninoseki/passive_circl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passive_circl

Build Status Coverage Status CodeFactor

CIRCL Passive DNS/SSL API wrapper for Ruby.

Installation

gem install passive_circl

Usage

require "passive_circl"

# when given nothing, it tries to load username and password from ENV["CIRCL_PASSIVE_USERNAME] and ENV["CIRCL_PASSIVE_PASSWORD"]
api = PassiveCIRCL::API.new
# or you can set them manually
api = PassiveCIRCL::API.new(username: "USERNAME", password: "PASSWORD")

api.dns.query("www.circl.lu")

api.ssl.query("172.228.24.0/28")
api.ssl.cquery("c46fed822dadac3f31f9bb4d1a78a1d9eae4567b")
api.ssl.cfetch("7c552ab044c76d1df4f5ddf358807bfdcd07fa57")

License

The gem is available as open source under the terms of the MIT License.

About

CIRCL Passive DNS/SSL API wrapper for Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published