milis/talimatname/genel/p/p0f/talimat

25 lines
545 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: p0f, tcp-ip trafik akışını takip ve dinleme uygulaması
2017-09-26 08:01:33 +02:00
# URL: http://lcamtuf.coredump.cx/p0f3/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libpcap
2017-09-26 08:01:33 +02:00
2017-10-28 14:10:23 +02:00
isim=p0f
surum=3.09b
devir=1
2017-09-26 08:01:33 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.09b.tgz)
2017-09-26 08:01:33 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-09-26 08:01:33 +02:00
install -d $PKG/usr/bin
2017-10-28 14:10:23 +02:00
install -d $PKG/usr/share/$isim
2017-09-26 08:01:33 +02:00
install -d $PKG/etc
make
cd tools
make
cd ..
cp p0f tools/p0f-client tools/p0f-sendsyn tools/p0f-sendsyn6 $PKG/usr/bin/
2017-10-28 14:10:23 +02:00
cp docs/* $PKG/usr/share/$isim/
2017-09-26 08:01:33 +02:00
cp p0f.fp $PKG/etc/p0f
}