mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-28 03:26:08 -04:00
34 lines
354 B
Markdown
34 lines
354 B
Markdown
# Linux Hacking
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
## Folders
|
|
|
|
### SSH Hacking
|
|
|
|
- getting unencrypted ssh keys from memory
|
|
|
|
|
|
|
|
### 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.
|
|
|
|
|
|
|