From 70265a5a44371d31764bd84e3c0b96bb90516633 Mon Sep 17 00:00:00 2001 From: bt3gl Date: Thu, 20 Nov 2014 18:05:46 -0500 Subject: [PATCH] lin --- Linux_Hacking/README.md | 27 ++++++++++++++++++++++++--- Linux_Hacking/unix_exploits.md | 10 ---------- 2 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 Linux_Hacking/unix_exploits.md 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. - - -