Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 324 Bytes

Usage

Plugin for Censys API https://censys.io/api

Max pages option is there to prevent you from accidentally reaching your monthly query limit.

Config

        "censys":{
            "enable": true,
            "uid": "",
            "secret": "",
            "max_page": 3
        },