Netcat v1.1 for windows: wont work
I have a Windows XP computer and I've just downloaded Netcat v1.1 for windows from @stake/L0pht. I've unzipped the files and put them into a self-specified directory. Now when I try to Run Netcat it comes up and says-
CMD line:
Although this is not the problem. I will try to type something, and then it will quickly go off. I have access to the C++ files before it was compiled. I think that something in C++ like
-cin.get();
would work.
Re: Netcat v1.1 for windows: wont work
Quote:
Originally posted here by lan9
I have a Windows XP computer and I've just downloaded Netcat v1.1 for windows from @stake/L0pht. I've unzipped the files and put them into a self-specified directory. Now when I try to Run Netcat it comes up and says-
CMD line:
Although this is not the problem. I will try to type something, and then it will quickly go off. I have access to the C++ files before it was compiled. I think that something in C++ like
-cin.get();
would work.
Yea dude, you have to run Netcat from the command line (there is no GUI), not the Run box in Windows.. Start-Run-cmd... Navigate to the directory that you unzipped the Netcat files to, then type in nc with your options... As HDD mentioned, you can get a list of all of the options and switches by typing in nc -h....