mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 14:34:22 +01:00
Log SSH fingerprints
This commit is contained in:
7
doc/sql/update10.sql
Normal file
7
doc/sql/update10.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `keyfingerprints` (
|
||||
`id` int(11) NOT NULL auto_increment,
|
||||
`session` CHAR( 32 ) NOT NULL,
|
||||
`username` varchar(100) NOT NULL,
|
||||
`fingerprint` varchar(100) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
) ;
|
||||
Reference in New Issue
Block a user