new: new c2 module, first draft

This commit is contained in:
Simone Margaritelli 2021-01-27 00:17:25 +01:00
commit 583a54c194
23 changed files with 579 additions and 163 deletions

View file

@ -3,7 +3,6 @@
package ble
import (
"os"
"sort"
"time"
@ -146,7 +145,7 @@ func (mod *BLERecon) Show() error {
}
if len(rows) > 0 {
tui.Table(os.Stdout, mod.colNames(hasName), rows)
tui.Table(mod.Session.Events.Stdout, mod.colNames(hasName), rows)
mod.Session.Refresh()
}