Hi!
How can I run p0f in user mode with daemon without root privileges?
I use Ubuntu.
When exec:
pkexec p0f -u 6d6 -d -f '/home/6d6/fuck/p0f/p0f.fp' -s tcp -p
ALL works fine
When exec:
p0f -u 6d6 -d -f '/home/6d6/fuck/p0f/p0f.fp' -s tcp -p
error:
[+] Closed 1 file descriptor.
[+] Loaded 322 signatures from '/etc/p0f/p0f.fp'.
[+] Intercepting traffic on default interface 'enp5s0'.
[-] PROGRAM ABORT : pcap_open_live: enp5s0: You don't have permission to capture on that device (socket: Operation not permitted)
Location : prepare_pcap(), p0f.c:526
How can I fix it?
Hi!
How can I run p0f in user mode with daemon without root privileges?
I use Ubuntu.
When exec:
pkexec p0f -u 6d6 -d -f '/home/6d6/fuck/p0f/p0f.fp' -s tcp -p
ALL works fine
When exec:
p0f -u 6d6 -d -f '/home/6d6/fuck/p0f/p0f.fp' -s tcp -p
error:
[+] Closed 1 file descriptor.
[+] Loaded 322 signatures from '/etc/p0f/p0f.fp'.
[+] Intercepting traffic on default interface 'enp5s0'.
[-] PROGRAM ABORT : pcap_open_live: enp5s0: You don't have permission to capture on that device (socket: Operation not permitted)
Location : prepare_pcap(), p0f.c:526
How can I fix it?