Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

zmap/ztag

Repository files navigation

ZTag

Build Status

ZTag is a utility that works in conjunction with ZMap and ZGrab and allows annotating raw scan data with additional metadata (e.g., device models and vulnerabilities) and transforming records. ZTag is used extensively within Censys (https://www.censys.io) to produce the data present in the search engine. However, it can also be run independently with ZMap and ZGrab.

Installation

ZTag follows the standard Python setup.py flow.

python setup.py build
python setup.py install

Basic Usage

ZTag consumes the JSON output from ZGrab scanner and then produces its own JSON output. Most simply, these JSON documents can be piped into ztag. For example, when processing an HTTP ZGrab Scan:

cat http.json | ztag -p 80 -P http -S get

There is a long list of protocol/subprotocol combinations that exist but are not particularly well documented.

About

Tagging and annotation framework for scan data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages