π±Netcat
Installation
Reverse Shell
Generate a shell from Revshells
Upload it to the target
Start a listener with:
nc -lvnp PORT
Execute shell on victim
Bind Shell
On the target, run
nc -lvnp PORT
Start a listener on your machine using
nc IP PORT
RLWrap: You can use rlwrap
to have a better shell experience
Stabalising Shells
Python
Socat
Last updated