• 3 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2025

help-circle



  • No problem. So grapheneOS will definitely prioritize security more than the others. But ultimately, it still relies on hardware that, by its very nature, cannot be trusted. Similarly, even the developers at grapheneOS can make mistakes. Therefore, you should generally view such systems as compromised and not trust them blindly. Then there are also methods like uXDT, where devices communicate with each other via sound (a frequency we cannot hear), and so on. Thats the reason I call it honeypotOS.

















  • https://gofile.io/d/PDl7oC (You can watch it without downloading it) Here is a video about Chrome, Chromium, and Brave. I really should test this across multiple user accounts, since I’ve read that this can also expose data from other user accounts. In any case, for the demonstration, I used a string to perform a targeted search. After the browser was closed, the cache should have been cleared, but that didn’t happen.

    (Windows users can ask ChatGPT: “How can I create a memory dump from my browser in Windows and search it for strings?” it should be easy too without thirdparty tools )

    (On Linux, simply run
    sudo gcore $(pidof BROWSERNAME)
    strings core.* | grep STRING

    Replace BROWSERNAME and STRING)

    PS: Please excuse my typos in the video—it’s still early in the morning. 🤣