CEH V10 5 - Attacking A System
CEH V10 5 - Attacking A System
| Command | Description |
| -------- | ------------------------------------------------------------ |
| adduser | Adds a user to the system |
| cat | Displays contents of file |
| cp | Copies |
| ifconfig | Displays network configuration information |
| kill | Kills a running process |
| ls | Displays the contents of a folder. -l option provides most
information. |
| man | Displays the manual page for a command |
| passwd | Used to change password |
| ps | Process status. -ef option shows all processes |
| rm | Removes files. -r option recursively removes all directories and
subdirectories |
| su | Allows you to perform functions as another user (super user) |
- **Two-Factor** - when you have two types of authentication such as something you
know (password) and something you have (access card)
### <u>Rootkits</u>