ghostfer

command module
v0.0.0-...-d3f6fb2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2019 License: GPL-3.0 Imports: 10 Imported by: 0

README

ghostfer

Passive hosts enumeration written in golang.

What is?

Sniffer that captures arp packets and delivers an output with the respective ip and mac address

Why ghostfer?

It is made in a compiled language by what makes it more optimal, portable and lightweight, the only dependence you need for run it is libpcap.

Usage

Need root

./ghostfer -i eth0

Help

Usage: ./ghostfer [-i interface | -p pcapfile]

  -h	Show this help
  -i string
    	Interface use to sniffing
  -p string
    	Read PCAP file

Install

sudo pacman -S libpcap
go get github.com/google/gopacket
git clone https://github.com/vay3t/ghostfer
cd ghostfer
go build ghostfer.go

tshark eq

tshark -i eth0 -f arp -T fields -e arp.src.hw_mac -e arp.src.proto_ipv4

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL