Reorganize packages
This commit is contained in:
11
honeypot/ssh/actions.go
Normal file
11
honeypot/ssh/actions.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package ssh
|
||||
|
||||
type ActionType int
|
||||
|
||||
const (
|
||||
ActionTypeLogPassword ActionType = iota
|
||||
ActionTypeLogPasswordSlow
|
||||
ActionTypeLogCommandAndExit
|
||||
ActionTypeSendGarbage
|
||||
)
|
||||
const ActionTypeDefault ActionType = ActionTypeLogPassword
|
Reference in New Issue
Block a user