Simple sample for attack by transferring data to a receiver by Timing Covert Channel. Sender send a nice message but also a hidden message that is hide in bit time interval sendings and we call this timing intervals that makes zeros and ones Covert Channel!
- first run
ayreceiver.py
:
python3 ayreceiver.py
- then run
aysender.py
:
python3 aysender.py
- see results in 2 sides!
nice message = '- I love you!'
hidden message = '- I hack you!'