Sha256: cc946edf685202ea32ebfbfc286f12a45a020482d0ba707493dd361e96416c9c
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
# ZoomEye - [https://zoomeye.org/](https://zoomeye.org/) The analyzer uses ZoomEye API v3. An API endpoint to use is changed based on a `type` option. | Type | API endpoint | Artifact type | | ---- | -------------- | ------------- | | web | `/web/search` | IP address | | host | `/host/search` | IP address | ```yaml analyzer: zoomeye query: ... type: ... api_key: ... ``` | Name | Type | Required? | Default | Desc. | | ------- | ------------------------ | --------- | ---------------------- | ------------ | | query | String | Yes | | Search query | | type | String (`web` or `host`) | Yes | | Query type | | api_key | String | No | ENV[ā€¯ZOOMEYE_API_KEY"] | API key |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mihari-5.4.5 | docs/analyzers/zoomeye.md |