This is the Linux client for Hubble
First you will need libstatgrab : https://www.i-scream.org/libstatgrab/
Then install the perl deps :
cpanm --installdeps -L local .
You can run the client with the following command :
perl -Mlocal::lib=local -Ilib hubble_linux -u your_device_uid -s your_device_secret -e http://YouHubbleEndpoint/
- Proper logging
- Device secret/uid in config instead of parameters
- Drives detections
- libstatgrab auto install ?