mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
f97fb35352
commit
0f72aa433c
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ $ kill %1
|
|||
### SSH Port Forwarding
|
||||
`ssh -L <port_that_is_blockd_>:localhost:<map_blocked_port> <username>@<ip>`
|
||||
|
||||
## SSH Dynamic Port Forwarding
|
||||
|
||||
`ssh username@ip -i id_rsa(optional) -D 1337`
|
||||
|
||||
### SSH auth log poisoning
|
||||
|
||||
Login as any user to see that it gets logged then try to login with a malicious php code
|
||||
|
|
Loading…
Reference in a new issue