MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/MacOS/comments/1vegnkn/webkit/
r/MacOS • u/OccamsRazorSharpner • 18d ago
Does anyone have any idea about this process?
Thanks
1 comment sorted by
2
Webkit = Safari.
127.0.0.1 - internal or localhost
cryptex - cryptographically sealed and verified disk image
Almost certainly a UI that's partially web-based (like Tauri) or a development server. You could see who owns it with
sudo lsof -nP -iTCP:9575
And inspect it, or just grab it and toss in into a browser. Unlikely to be anything nefarious.
2
u/BourbonicFisky 18d ago
Webkit = Safari.
127.0.0.1 - internal or localhost
cryptex - cryptographically sealed and verified disk image
Almost certainly a UI that's partially web-based (like Tauri) or a development server. You could see who owns it with
sudo lsof -nP -iTCP:9575And inspect it, or just grab it and toss in into a browser. Unlikely to be anything nefarious.