Nmap Development mailing list archives

Re: ncat - Bug


From: Jacek Wielemborek <d33tah () gmail com>
Date: Sat, 05 Apr 2014 16:11:13 +0200

04/04/2014 18:51:33 Marco Kam <marcokam1999 () hotmail com>:
I'm encountering a bug when I start netcat in a batch file like this:
@echo offstart cmd.exe /k ncat.exe -vv 10.xx.xxx.xx -e cmd.exe
The listener side connects, and then on the sender gets a popup that says
"Cannot find /device/harddisk2/dr2". I am presented with two options,
continue or cancel, both of which make the popup close and then open again.
The popup stays until I C^ the terminal. When I press continue, on the
listener side it says "Cannot find the path specified." I have the
connection between the two machines, and they're both on the same network
connected by ethernet. Both computers are Windows 7 x32. Anything would
help, thanks.
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Hi,

Just wanted to note that I could reproduce it under Windows 7 x86_64. Here's 
the .bat file I tested:

@echo off
start cmd.exe /k  c:/"Program Files (x86)"/Nmap/ncat.exe ^
    -vv 10.0.2.15 -e cmd.exe

(the ^ character is here to split the command into multiple lines).

Can you (or anyone else) confirm this bug on another 32bit Windows 7 machine? 
Also, just to make sure, did what Nmap version did you use?

Cheers,
Jacek Wielemborek

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: