A spyware that asks permission to collect data beforehand
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
982 B

1 year ago
# Spoliteware - a polite and considerate spyware
A polite spyware that asks permission to collect data beforehand.
1 year ago
## Usage
Start server side executable with needed configuration and put thanksdir in the same directory. Received data will be put in the created directory beside the executable.
Launch client executable for a one-time data collection and transfer with a pre-defined server address (recompile with the serverAddr changed to your server's address beforehand). If permission has been granted - the data will be POSTed to the server and a thanks message will be delivered and printed.
1 year ago
## Features
### v0.1.1
#### Client
- Display thanks message from the server
#### Server
- Thanks system and thanksfiles
### v0.1.0
#### Client
1 year ago
- System information
#### Server
1 year ago
- Collected data is sorted per machine in a corresponding folder (hostname_username_IP)
- TLS support
## TODO
- More green telemetry options
- Be more open on what the program does
## License
MIT