mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: new c2 module, first draft
This commit is contained in:
parent
35dbb8a368
commit
583a54c194
23 changed files with 579 additions and 163 deletions
|
@ -132,6 +132,10 @@ func (m *SessionModule) Fatal(format string, args ...interface{}) {
|
|||
m.Session.Events.Log(log.FATAL, m.tag+format, args...)
|
||||
}
|
||||
|
||||
func (m *SessionModule) Printf(format string, a ...interface{}) {
|
||||
m.Session.Events.Printf(format, a...)
|
||||
}
|
||||
|
||||
func (m *SessionModule) Requires(modName string) {
|
||||
m.requires = append(m.requires, modName)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue