This commit is contained in:
nora 2024-08-15 16:57:32 +02:00
parent d34db09fd1
commit c0f9687696
11 changed files with 529 additions and 505 deletions

3
fakesshd/README.md Normal file
View file

@ -0,0 +1,3 @@
# fakesshd
An SSH honeypot.

View file

@ -101,7 +101,7 @@ async fn handle_connection(
}
}*/
let mut state = ServerConnection::new(transport::ServerConnection::new(ThreadRngRand));
let mut state = ServerConnection::new(transport::server::ServerConnection::new(ThreadRngRand));
let mut session_channels = HashMap::new();