HackerTrans
热门最新趋势评论往期问答秀出招聘

root5

no profile record

提交

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

golem.de
1 分·作者 root5·2年前·1 评论

Measuring the Risk Password Reuse Poses for a University

usenix.org
2 分·作者 root5·3年前·1 评论

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

maximiliangolla.com
237 分·作者 root5·3年前·224 评论

评论

root5
·2年前·讨论
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年前·讨论
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年前·讨论
Companies that write „WebAuthN“ deserve no respect.
root5
·3年前·讨论
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年前·讨论
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年前·讨论
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