This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from https://labs.f-secure.com/tools/tcp-over-file-tunnel/ | |
import sys | |
import socket | |
import threading | |
import base64 | |
import time | |
import binascii | |
import mutex | |
import signal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
editcap -F libpcap -T ether file.pcapng file.pcap |