I am trying to do a sniffing attack and I want to save a .pcap file with the result of the analysis. I use this command:
bettercap --interface eth0 -X --proxy --sniffer-output /root/Escritorio/file.pcap
But when I open the file, it's empty.
Why it is this happening? How can I solve it?