iOS Privacy: Easily get a user's Apple ID password, just by asking
151–160 of 326 posts
Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#152Earlier quoted context omitted.
I think the idea behind ctrl-alt-delete is that it generates a non-maskable interrupt that can't be hooked from user-mode. In days past, this sort of thing was called a secure attention key. https://en.wikipedia.org/wiki/Secure_attention_key And you're right, this needs to be a default part of any login handler. Why don't we use it when logging into a Linux console? The login prompt could easily be spoofed by a user-…
>The login prompt could easily be spoofed by a user-mode program. On the VT100 terminals in the computer lab in college (back in the early 90s) someone was doing this. A shell script to harness logins, print it was unsuccessful and log out. . There was a key at the top of the vt-100 keyboard that would reset it. The "key" part was often pried off (accidental pressing was bad), but you could still press the nub left b…
Oh, and the VAX-11/780 I had hacked into crashed due to a memory board fault in the minute after I had logged in with my snagged admin password. I spent the remainder of the weekend sweating that I had broken the VAX since I had no idea what had happened. I had just given myself all 32 of the VMS account privileges when it went down.
Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#153Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#154This is related to an issue called root-phishing or superuser-phishing. You can do this with the Windows admin password prompt, the MacOS prompt, or with Linux sudo, as long as you can run code from a user account or edit a single file. alias sudo='sudo ./somethingbad; sudo' I'm surprised you don't hear about this that often. There is no perfect solution, since any visual feedback the operating system can do to make…
Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#155This is related to an issue called root-phishing or superuser-phishing. You can do this with the Windows admin password prompt, the MacOS prompt, or with Linux sudo, as long as you can run code from a user account or edit a single file. alias sudo='sudo ./somethingbad; sudo' I'm surprised you don't hear about this that often. There is no perfect solution, since any visual feedback the operating system can do to make…
Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#156Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#157I think fix is simple. Just show the icon of app showing the prompt as part of prompt. I am surprised such apps made through from review process.
Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#158Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#159How does the phishing app know my apple ID email address already?
Re: iOS Privacy: Easily get a user's Apple ID password, just by asking
#160Nope, actually, that's how the system dialog looks like, the . is within the "string notation, so I designed the phishing dialog to also include this little, but very important design detail