While on pwnbox, I can successfully deploy the reverse shell (on the tabby machine). While on my PC (even when I have succesfully connected to OpenVPN), I can not . It just hangs in there (Listening to any port), but it’s never able to connect, even if I trigger it, by entering the proper URL via a browser. Again, it’s totally working while on PWNBOX.
Does anybody know anything about that difference?
Is there a chance I might have something wrong on my end? For example, Bridged or Nat connection in the VM I use, or my antivirus/router blocking something? I can’t understand why it works on pwnbox, but not on my VM-Kali Linux machine.
I have the correct IP, so that leaves us with the other option.
I am thinking of disabling my antivirus, but isn’t there a security concern? I hope not.
I have the correct IP, so that leaves us with the other option.
I am thinking of disabling my antivirus, but isn’t there a security concern? I hope not.
It depends, no one else can threat model this for you.
Can you connect to you netcat listener from your host system?
Maybe try opening the address+port in your browser http://<ip-of-your-kali-vm-NOT-THE-VPN-ADDRESS>:9001/
If that doesn’t work, check your Kali’s firewall (iptables, nftables, whatever)