cernec1999 / ssh-honeypot

5 stars 1 forks source link

Replay terminal feature #15

Closed cernec1999 closed 3 years ago

cernec1999 commented 3 years ago

Using timestamp information, we open the database file, specify a connection, and write the raw terminal data to the terminal file descriptor using a simple Python3 script. In addition, we change the schema of the database to support a time delay in ms as opposed to storing each timestamp in second, which gave the illusion of the replays being much laggier than they really are.

Closes #1.