Bug 2020888 - socsk5 proxy in nmap-ncat-3:7.91-8 seems broken
Summary: socsk5 proxy in nmap-ncat-3:7.91-8 seems broken
Keywords:
Status: CLOSED DUPLICATE of bug 2020453
Alias: None
Product: Fedora
Classification: Fedora
Component: nmap
Version: 35
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Pavel Zhukov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-06 22:31 UTC by Michael Kalisz
Modified: 2021-11-08 10:57 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-11-08 10:57:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Michael Kalisz 2021-11-06 22:31:14 UTC
Description of problem:
ssh  -o ProxyCommand="ncat --proxy-type socks5 --proxy <host>:<port>  %h %p" <user>@<host>

Does not seem to work with Ncat version 7.91 but works fine with 7.92


Steps to Reproduce:
1. create a sock5 proxy connection "ssh -D <port>"
2. Try using that connection with 
ssh -o ProxyCommand="ncat --proxy-type socks5 --proxy <host>:<port>  %h %p" <user>@<host>

It will break with the supplied version in fedora 35 ( nmap-ncat-3:7.91-8.fc35.x86_64)

But works fine with the version from nmap.org

sudo rpm -vhU https://nmap.org/dist/ncat-7.92-1.x86_64.rpm

Comment 1 Pavel Zhukov 2021-11-08 10:57:49 UTC

*** This bug has been marked as a duplicate of bug 2020453 ***


Note You need to log in before you can comment on or make changes to this bug.