Page 1 of 1
Nc.exe problem with binding
#1
Posted 07 January 2004 - 12:05 PM
hiho!
have a problem with nc.exe
[*] searched with google
[*] searched in the forum :)
i set up nc.exe to listen on port 444 (nc.exe –L -vv -p 444 -d -e CMD.exe)
then i wanna connect from my own pc to my pc
so i type nc.exe -v 192.168.0.4 444
nothing happes..!
in the nc-listening-window i got this error: invalid connection to [192.168.0.4] from (UNKNOWN) [192.168.0.4] 1055
what to do now??
need help :) )
black
have a problem with nc.exe
[*] searched with google
[*] searched in the forum :)
i set up nc.exe to listen on port 444 (nc.exe –L -vv -p 444 -d -e CMD.exe)
then i wanna connect from my own pc to my pc
so i type nc.exe -v 192.168.0.4 444
nothing happes..!
in the nc-listening-window i got this error: invalid connection to [192.168.0.4] from (UNKNOWN) [192.168.0.4] 1055
what to do now??
need help :) )
black
#2
Posted 07 January 2004 - 12:15 PM
Well i tried ...
And it worked for me perfect ...
EDIT
When it type in "nc.exe -L -vv -p 444 -d -e CMD.exe" it doen't do anything ...
it is important that it shows ...
listening on [any] XXX ...
C:\>nc -l -vv -p 123 -e c:\windows\system32\cmd.exe listening on [any] 123 ... connect to [127.0.0.1] from localhost [127.0.0.1] 1178
And it worked for me perfect ...
EDIT
When it type in "nc.exe -L -vv -p 444 -d -e CMD.exe" it doen't do anything ...
it is important that it shows ...
listening on [any] XXX ...
#10 Guest_tstngry_*
Posted 17 January 2004 - 05:50 AM
nc -l -p 23 -t -e cmd.exe
This is what i use. I put it on whatever port i want and in whatever directory i choose and it always works. The key is using telnet (i think). If you just add the -t switch nc will accept telnet connections and you will get a shell just the same. Hope this helps. ;)
Page 1 of 1

Sign In
Register
Help
MultiQuote