Skip to content

gurre/gop0f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gop0f - Client library for p0f passive fingerprinting

Work in progress! Not passing.

Installing

go get github.com/gurre/gop0f

Using

Using the library in your service:

import (
  "github.com/gurre/gop0f"
  "net"
)

p0fclient, err := gop0f.New("/var/run/p0f.socket")
if err != nil {
  panic(err)
}
resp, err := p0fclient.Query(net.ParseIP("127.0.0.1"))
if err != nil {
  panic(err)
}

Using the included cli tool:

$ p0f-cli -q 127.0.0.1

Further reading

Read more about p0f by Michal Zalewski

About

Golang client for p0f

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages