As the title says, I'm looking for a way to extract binaries from PCAP's using the command line. I realize it is possible using Wireshark -> File -> Export -> http objects etc. But tshark doesn't seem to support this.
Is there a way to do this or code around this, preferably using python or bash. Or does anyone know of tools that can do this that I am not aware of.
I'd prefer if the method is automatable / scriptable.