cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
963
Views
0
Helpful
0
Replies

RTMT connection to CUCM over SOCKS Proxy with authentcation

Piotr Mlodawski
Level 1
Level 1
Hello,
 
I need to connect with RTMT to CUCM over SOCKS5 Proxy.
The Proxy however requires usename /password authentication.
Even if  this solution is not supported by Cisco, perhaps someone has any suggestions....
  1. I tried using application lin SocksCap64 and runnng RTMT from there but it does not seems to wokk
  2. Then  tried adding additional parameters int the batch file when running RTMT jar file. I added following parameters:
Spoiler
 java -DsocksProxyHost=1.1.1.1 -DsocksProxyPort=1080 -Djava.net.socks.username=JohnDoe -Djava.net.socks.password=XXXXXXX -jar JRtmt.jar
This allows to establish the communication with SOCKS 5 Proxy. I can see SOCKS packets in Wireshark flowing both ways to and from 1.1.1.1 over port 1080. The authentication however fails. I can seen in the SOCKS protocol (in the packet capture) that the application is trying to authenticate with the SOCKS proxy using:
username:winuser (username used to log in to Windows OS) and a blank password
instead of:
username:JohnDoe
password: XXXXXX

 

How can I force java/RTMT to authenticate using uername / password entered in the parameters instead of some default authentication method?

I would be grateful for any suggestions / ideas.

 

Thanks

Piotr

0 Replies 0