mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 14:56:10 -04:00
lin
This commit is contained in:
parent
3bac400c57
commit
70265a5a44
2 changed files with 24 additions and 13 deletions
|
@ -1,12 +1,33 @@
|
||||||
# Linux Hacking
|
# Linux Hacking
|
||||||
|
|
||||||
## SSH Hacking
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Folders
|
||||||
|
|
||||||
|
### SSH Hacking
|
||||||
|
|
||||||
- getting unencrypted ssh keys from memory
|
- getting unencrypted ssh keys from memory
|
||||||
|
|
||||||
|
|
||||||
----
|
|
||||||
## Shellshock
|
### Shellshock
|
||||||
|
|
||||||
- scripts
|
- scripts
|
||||||
- POCs
|
- 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue