A Python API wrapper and CLI tool for the HoneyDB.


Keywords
wrapper, library, honeydb, api, cli, cybersecurity, honeypots, infosec, netsec, python
License
MIT
Install
pip install honeydb==0.0.7

Documentation

honeydb-python

Format & Lint

HoneyDB Python Module

Install

pip install honeydb

CLI Usage

$ export HONEYDB_API_ID=<your api id>
$ export HONEYDB_API_KEY=<your api key>
$ honeydb --bad-hosts

Display help message for more CLI options:

honeydb --help

Module Usage

from honeydb import api
honeydb = api.Client('api_id', 'api_key')
print(honeydb.bad_hosts())