ncat when connecting trough proxy only sends lines in pairs

Bug #604744 reported by nunojpg
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
nmap (Ubuntu)
Fix Released
Low
Samuel Henrique

Bug Description

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.

Revision history for this message
Thierry Carrez (ttx) wrote :

Looks like there is plenty of goodness in 5.21, we should definitely update

Changed in nmap (Ubuntu):
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Samuel Henrique (samueloph) wrote :

Ubuntu already ships nmap 7, this was fixed on 5.21

Changed in nmap (Ubuntu):
assignee: nobody → Samuel Henrique (samueloph)
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.