This commit is contained in:
bt3gl 2014-11-20 18:05:46 -05:00
parent 3bac400c57
commit 70265a5a44
2 changed files with 24 additions and 13 deletions

View file

@ -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.

View file

@ -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.