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

zmap/ztag

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2018
Mar 6, 2016
Aug 17, 2018
Oct 13, 2015
Oct 13, 2015
Mar 8, 2017
May 9, 2018
Apr 21, 2017
Aug 29, 2018

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