cernec1999 / ssh-honeypot

5 stars 1 forks source link

Added tor feature #24

Closed cernec1999 closed 3 years ago

cernec1999 commented 3 years ago

Add is_tor field to database, and query the tor exit node list. Set the boolean if the exit node connects to us.

cernec1999 commented 3 years ago

We should eventually see if the Tor map is thread safe. I think it is, because we only ever write to it once, before we start up any threads.