8000 GitHub - maltekrupa/zgrab: Grab banners (optionally over TLS)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maltekrupa/zgrab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zgrab

A TLS Banner Grabber, in Go

Building

You will need to have a valid $GOPATH set up, for more information about $GOPATH, see https://golang.org/doc/code.html.

The ztools repository is located at https://github.com/zmap/ztools.

Once you have a working $GOPATH, run:

go get github.com/zmap/zgrab

This will install zgrab and ztools under $GOPATH/src/github.com/zmap/zgrab and $GOPATH/src/github.com/zmap/ztools.

$ cd $GOPATH/src/github.com/zmap/zgrab
$ go build

Usage

./zgrab --help

Example

$ zmap -p 443 --output-fields=* | ztee --output-file=results.csv | zgrab --port 443 --tls --data=./http-req --output-file=banners.json

Requirements

zgrab requires go version of at least 1.3.3. Please note that this is newer than the version included in Ubuntu 14.04 apt repository.

About

Grab banners (optionally over TLS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Makefile 0.5%
0