Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jooapa/bytebrother
- Owner: jooapa
- Created: 2024-05-13T20:51:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T22:20:38.000Z (5 months ago)
- Last Synced: 2024-10-15T18:17:33.043Z (about 1 month ago)
- Topics: data, data-analysis, security
- Language: Go
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)