Public bug reported:

Binary package hint: nmap

With nmap-5.00-3 at Ubuntu 10.04:

Machine at 192.168.137.3 have a tinyproxy running at port 8888
Machine at 192.168.137.5 have ncat listening at port 443 (sudo ncat -l 443)

I tested 3 commands from another machine:

nc -X connect -x 192.168.137.3:8888 192.168.137.5 443
ncat 192.168.137.5 443
ncat --proxy 192.168.137.3:8888 192.168.137.5 443


All BUT THE LAST, worked as expected.
With the last command, lines are only displayed at the remote
computer(192.168.137.5) in multiples of two. I.e, the first text line
is only displayed after the second is finished and return is pressed.

This issue is no longer present at nmap-5.21.

** Affects: nmap (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ncat when connecting trough proxy only sends lines in pairs 
https://bugs.launchpad.net/bugs/604744
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to