diff --git a/Linux_Hacking/README.md b/Linux_Hacking/README.md index f1f3387..e740c1d 100644 --- a/Linux_Hacking/README.md +++ b/Linux_Hacking/README.md @@ -1,12 +1,33 @@ # Linux Hacking -## SSH Hacking + + + + +--- + +## Folders + +### SSH Hacking - getting unencrypted ssh keys from memory ----- -## Shellshock + +### Shellshock - scripts - POCs + +--- + +## UNIX Exploits + +### RPC Daemons + +* rexd (remote execution): remote user runs a program on the system as a local user. + +* rshd, rlogind, sshd: honor trust relationship established with the source's IP address. + + + diff --git a/Linux_Hacking/unix_exploits.md b/Linux_Hacking/unix_exploits.md deleted file mode 100644 index 66240ea..0000000 --- a/Linux_Hacking/unix_exploits.md +++ /dev/null @@ -1,10 +0,0 @@ -# UNIX - -### RPC Daemons - -* rexd (remote execution): remote user runs a program on the system as a local user. - -* rshd, rlogind, sshd: honor trust relationship established with the source's IP address. - - -