| 11 | |
| 12 | == Hacking a *NIX Computer (Tentative) == |
| 13 | |
| 14 | A *NIX system is a Unix-like system, which means many Unix idioms, like {{{/etc/passwd}}} and {{{/etc/shadow}}}, are also available on *NIX OS. If you have physical access to the machine, it should be possible to perform the following actions (unless the drive is encrypted): |
| 15 | |
| 16 | 1. Reboot the computer and boot onto a [wiki:bootdrive portable disk drive]. |
| 17 | 2. From the alternate boot partition, log in to that partition's OS and mount the computer's drive somewhere on your file system. |
| 18 | 3. Add a new user entry to the {{{/etc/passwd}}} file on that drive, and add a hashed password entry to {{{/etc/shadow}}}. |
| 19 | 4. Grant the new user {{{sudo}}} permissions in the sudoers file ({{{/etc/sudoers}}}). |
| 20 | 5. Add {{{/home/}}} folders, etc. |
| 21 | 6. Restart the computer and boot normally. |
| 22 | 7. Log in using the username/password combination you added to {{{/etc/passwd}}} and {{{/etc/shadow}}}. |
| 23 | 8. Use {{{sudo}}} or {{{su}}} to access the machine with root permissions. |
| 24 | |
| 25 | Presumably all or most of this is automated by the [wiki:bootdrive boot drive] that MT gives to the player, since the player is probably not all that tech-literate. |