Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 414 Bytes

README-p0f-mtu.md

File metadata and controls

19 lines (17 loc) · 414 Bytes
apt install gcc libpcap-dev
cd /usr/local/src/
git clone https://github.com/ValdikSS/p0f-mtu.git
cd p0f-mtu
./build.sh
# you need "p0f" and "p0f.fp"
cd tools
make
# you need "p0f-client"
# p0f is startet via:
/path/to/p0f -d -f /path/to/p0f.fp -s '/var/run/p0f.sock'

# p0f-client is used via, must be useable from PHP (see network.php):
/path/to/p0f-client /var/run/p0f.sock <IP-ADDRESS>