mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 22:14:19 +01:00
Request the window title with terminal control codes, and parse the result.
The title, as well as screen height & width are now saved to sql->sessions git-svn-id: https://kippo.googlecode.com/svn/trunk@144 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -31,6 +31,8 @@ CREATE TABLE IF NOT EXISTS `sessions` (
|
||||
`endtime` datetime default NULL,
|
||||
`sensor` int(4) NOT NULL,
|
||||
`ip` varchar(15) NOT NULL default '',
|
||||
`termsize` varchar(7) default NULL,
|
||||
`termtitle` varchar(255) default NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `starttime` (`starttime`,`sensor`)
|
||||
) ;
|
||||
|
||||
Reference in New Issue
Block a user