Can’t connect to reverse shell – connection waits forever [migrated]
I’ve setup a simple Kali Linux machine on AWS and added a security group where all ports are open, then I executed:
nc -vlp 4444
Now, in my own personal computer I execute a simple Go program:
package main
import (
“… Continue reading Can’t connect to reverse shell – connection waits forever [migrated]