Welcome, Guest. Please login or register.

Author Topic: Port 445  (Read 1017 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Port 445
« on: February 01, 2007, 12:44:53 PM »
This is an obscure question, but maybe someone can give me an insight.

We use an AVST CallXPress voicemail server at work, which has a GUI front end for administration. I'm trying to figure out what protocol is being used behind the GUI as I want to write a cut-down GUI for our helpdesk so they can do small admin tasks (like voicemail PIN resets, mailbox name changes etc).

I have run a packet sniffer while logging on to the CallXPress server and it opens connections on port 445. I Googled this port and it seems to relate to NetBIOS over TCP/IP, though I fail to see how this could be used to interface with a voicemail server. I tried telnetting in to the server on that port and it established a connection, but I just got a flashing cursor.

Any ideas what protocol this might actually be using?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline dezignersrepublic

  • Sr. Member
  • ****
  • Join Date: Sep 2002
  • Posts: 370
    • Show only replies by dezignersrepublic
    • http://www.findingthem.com
Re: Port 445
« Reply #1 on: February 25, 2007, 08:41:51 PM »
Isn't port 445 used for ssl connections?  Could it be using a secure webserver of some sort  ?
--
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Port 445
« Reply #2 on: February 28, 2007, 09:00:57 PM »
Just seen your reply - thanks. I'm not aware of a secure HTTP service on the server but I'll check. The front end is not web-based but I suppose it's feasible that it's using HTTP as the communication protocol.

Cheers

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10