How to create a reverse shell with Netcat

Опубликовано: 27 Май 2026
на канале: ax val
138
8

How to create a reverse shell with Netcat and desktop (shortcut) links

Netcat and cat are both network tools that can help initiate remote network connections. Attackers can use these tools to circumvent firewall restrictions by forcing an unsuspected victim's computer to connect back to the attacker's computers. This video shows how to create a reverse Netcat shell from a victim's computer to an attacker's machine.

Link to mind-map: https://drive.google.com/file/d/1yBat...

Image of mind-map: https://drive.google.com/file/d/1nMNz...

Tools used:
NC - for remote connection.
SimpleHTTPServer - Used as a quick server that hosts the malicious file.
Wget - Used to transfer the malicious file from the attacker's computer to the victim's.