Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jooapa/bytebrother

Byte Brother is watching YOU
https://github.com/jooapa/bytebrother

data data-analysis security

Last synced: 6 days ago
JSON representation

Byte Brother is watching YOU

Awesome Lists containing this project

README

        

![banner](.github/banner.png)

- [x] Track which applications are being used and for how long and how often.

- [x] Logs every connection made in the open network. (http, microsoft connections, etc.)

- [x] Global keylogger

- [x] Clipboard: Save clipboard content, text and images

- [x] 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.

- [x] Klinoff implementation

## Packages

```bash
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

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

![alt text](.github/banner_bottom.png)