mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-15 17:05:05 +01:00
refactor
This commit is contained in:
parent
d34db09fd1
commit
c0f9687696
11 changed files with 529 additions and 505 deletions
3
fakesshd/README.md
Normal file
3
fakesshd/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# fakesshd
|
||||
|
||||
An SSH honeypot.
|
||||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue