HackerTrans
TopNewTrendsCommentsPastAskShowJobs

root5

no profile record

Submissions

Movie2k.to Accused Transfers 2 Billion Euros to the German Federal Police Office

golem.de
1 points·by root5·2 anni fa·1 comments

Measuring the Risk Password Reuse Poses for a University

usenix.org
2 points·by root5·3 anni fa·1 comments

Saving Energy: Home Server That Automatically Suspends to RAM and Wakes Up Again

maximiliangolla.com
237 points·by root5·3 anni fa·224 comments

comments

root5
·2 anni fa·discuss
Never before has such a quantity of Bitcoin been seized by law enforcement authorities in Germany. A defendant in the Movie2k.to case transferred the bitcoins to the BKA's official wallets.
root5
·3 anni fa·discuss
UChicago‘s IT Security and Identity Management teams have a record of every password used by university affiliates over the past twenty years. When we learned about this unique data source, we realized how valuable it could be for gaining insight into the longitudinal aspects of reused and compromised credentials.
root5
·3 anni fa·discuss
Companies that write „WebAuthN“ deserve no respect.
root5
·3 anni fa·discuss
A Python script that automatically suspends the server, when it is not used, and another script to wake the server up again, in case there is work to do. To my surprise I could not find any out-of-the-box solution, so I thought, it is a worthwhile effort to write about it.

Currently, the server is primarily used for two things: - Plex Media Streaming (remotely) - Time Machine Backups (locally)

To monitor Plex activities, we access the local Plex API and for Time Machine we simply monitor any file access at /mnt using "lsof." In case there has been no activity for 15 consecutive minutes, the server goes to sleep. (Nobody streams, pausing a video doesn't count as activity, and no backup is running.) A Web server on a Raspberry Pi hosts a website that obtains the current state of the home server provided via the Home Assistant REST API. In case the server sleeps, and I like to backup or stream something, I can wake the server using a simple button press that sends a magic packet using a wakeonlan Perl script.

GitHub: https://github.com/m33x/wol-plex-server
root5
·3 anni fa·discuss
If you like to learn more about the fingerprint internals on an Echo smart speaker, checkout Section II -> Alexa Internals -> Acoustic Fingerprints in the paper at https://unacceptable-privacy.github.io
root5
·4 anni fa·discuss
As iOS and macOS share their clipboard over BLE, one can abuse this feature for various things like smart home automation.

https://twitter.com/m33x/status/1489236070151737351