Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-04-28 00:43:39 +05:00 committed by GitHub
parent f97fb35352
commit 0f72aa433c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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