Skip to content

jooapa/ByteBrother

Repository files navigation

banner

  • Track which applications are being used and for how long and how often.

  • Logs every connection made in the open network. (http, microsoft connections, etc.)

  • Global keylogger

  • Clipboard: Save clipboard content, text and images

  • Screen Activity: Record screenshots periodically to visualize what's happening on the screen.

  • Hardware Usage: Monitor hardware usage such as CPU, memory, and disk usage to understand system performance and resource utilization.

  • User Interaction: Record mouse movements and clicks to understand how users are interacting with the system.

  • System Settings Changes: Monitor changes to system settings, preferences, and configurations.

  • System Events: Monitor system events such as logins, logouts, shutdowns, and application launches.

  • Software Installations/Uninstallations: Record when new software is installed or existing software is removed from the system.

  • Klinoff implementation

Packages

go get github.com/google/gopacket
go get github.com/mitchellh/go-ps
go get github.com/robotn/gohook
go get github.com/vcaesar/keycode
go get golang.design/x/clipboard
go get golang.org/x/exp
go get golang.org/x/image
go get golang.org/x/mobile
go get golang.org/x/sys

for network sniffing you need to install winpcap

Start-Process "https://www.winpcap.org/install/default.htm"

alt text