@@ -9,6 +9,7 @@ import (
"os/exec"
"runtime"
"strings"
"time"
"strconv"
@@ -76,6 +77,7 @@ func openCapture(tInfo *targetInfo) *pcap.Handle {
if err == nil {
return handle
}
time.Sleep(5 * time.Second)
The note is not visible to the blocked user.