This might be an incredible dumb question but I need to know if this concept is even possible.
I have obtained a low privileged shell on a target machine. After doing some enumeration I know the host to be vulnerable to EternalBlue but port 445 is blocked by firewall restrictions.
Is it possible to forward port 445 to my machine as a low privileged user? As can be seen in the screenshot below, I have this using MSF's socks4a module in combination with proxychains but my probes are being denied.
I have also tried using MSF's portfwd module which for some reason kept killing my meterpreter sessions as soon as I connected to the local port.
Could somebody please clear this up for me?