Maker Pro
Maker Pro

Which ports are used ? How can i monitor that.

Q

Qshiva

Jan 1, 1970
0
Dear Group,

I'm looking for a software tool so I can monitor which application uses
which ports on my machine.

Can someone advise me on this ?

Thanks in advance.

Regards,
Shiva
 
D

donutbandit

Jan 1, 1970
0
I'm looking for a software tool so I can monitor which application uses
which ports on my machine.

It's already there. Netstat.
 
B

blkjak

Jan 1, 1970
0
Qshiva said:
Dear Group,

I'm looking for a software tool so I can monitor which application uses
which ports on my machine.

Can someone advise me on this ?

Thanks in advance.

Regards,
Shiva

do a search for a program called TCPview

blkjak
 
L

Lord Shaolin

Jan 1, 1970
0
Qshiva <[email protected]> randomly produced:

:: Dear Group,
::
:: I'm looking for a software tool so I can monitor which application
:: uses which ports on my machine.
::
:: Can someone advise me on this ?
::
:: Thanks in advance.
::
:: Regards,
:: Shiva

Google fport or Activeports.

Netstat will tell you what ports are being used as other people said, but it
wont tell you WHAT is using them as you asked unless you are using Windows
XP.

HTH

ST

--
Get your Geek Goodies!
http://shop.security-forums.com

..: http://www.security-forums.com :.

Share your knowledge
It's a way to achieve
Immortality.
 
M

Mimic

Jan 1, 1970
0
Qshiva said:
Dear Group,

I'm looking for a software tool so I can monitor which application uses
which ports on my machine.

Can someone advise me on this ?

Thanks in advance.

Regards,
Shiva

netstat -ano
tasklist /svc -fi "pid eq X"

--
Mimic

"Without Knowledge you have fear, With fear you create your own nightmares."
"There are 10 types of people in this world. Those that understand Binary,
and those that dont."
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but
when you do, it blows away your whole leg"
 
W

WBG

Jan 1, 1970
0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Great software for that

Active Ports: readme
~~~~~~~~~~~~~~~~~~~~


Program information
~~~~~~~~~~~~~~~~~~~

Program Archive Name:
aports.zip
Program Name:
Active Ports
Program Version:
1.4
Program Release Date:
June 19, 2002
Target OS:
Windows NT/2000/XP
Program Description:
Shows all open TCP/IP and UDP ports
Software type:
Freeware


Company information
~~~~~~~~~~~~~~~~~~~

Company Name:
SmartLine Inc.
Author Name:
Ashot Oganesyan K.
Contact WWW URL:
http://www.ntutility.com


Description
~~~~~~~~~~~

Active Ports - easy to use tool that enables you to monitor all open
TCP/IP
and UDP ports on the local computer. Active Ports maps ports to the
owning
application so you can watch which process has opened which port. It
also
displays a local and remote IP address for each connection and allows
you
to terminate the owning process. Active Ports can help you to detect
trojans
and other malicious programs.

ATTENTION TO DEVELOPERS: if you would like to be able to display
opened
TCP/IP and UDP ports in your application, you can purchase the Active
Ports
programming interface (API). You can use API with any programming
language
(such as Visual C++, Visual Basic, Delphi) that supports DLLs
loading. DLL
contains one function: AllocateAndGetPortsMappingInfo.
To purchase API, please contact Ashot Oganesyan
([email protected]).


License agreement
~~~~~~~~~~~~~~~~~

Active Ports is FREEWARE.

This license agreement is a legal agreement between you (either
an individual or a single entity) and and the author of this
software package.

By installing or otherwise using this software you agree to be
bound by this agreement.

If you do not agree to the terms of this Agreement,
you may not install or use this software.

You may install and use an unlimited number of
copies of this software on your computers.

The author will not make available Technical Support for this
Software. The author may, from time to time, revise or update
the Software. In so doing, the author incurs no obligation to
furnish such revision or updates to you.

THIS SOFTWARE IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND
IS EXPRESSED OR IMPLIED. YOU USE RTM AT YOUR OWN RISK. THE
AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF
PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS
SOFTWARE.


Installation
~~~~~~~~~~~~

Important! If you've got Active Ports not from our web page, but from
the other source (magazine CD or some software library), please visit
our home page - you'll probably find the later version.

To install and use Active Ports you MUST have administrative
privileges.

To install Active Ports you should run the "setup.exe" and follow
the instructions.




Copyright(c) 2001-2002
SmartLine Inc.
All rights
reserved.

Qshiva said:
Dear Group,

I'm looking for a software tool so I can monitor which application
uses which ports on my machine.

Can someone advise me on this ?

Thanks in advance.

Regards,
Shiva

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBP34GGb/hJtP/JADDEQKMyQCghK2jky62hh6VH/g4ikkOOt5CeH0AoLJM
L3pgERG564oRbhm5xeVpocw1
=OPjy
-----END PGP SIGNATURE-----
 
V

Volker Birk

Jan 1, 1970
0
In alt.os.security Qshiva said:
I'm looking for a software tool so I can monitor which application uses
which ports on my machine.

man lsof

VB.
 
M

Mimic

Jan 1, 1970
0
Volker Birk said:


he's using windows, somehow i dont think unix commands are gunna work.

--
Mimic

"Without Knowledge you have fear, With fear you create your own nightmares."
"There are 10 types of people in this world. Those that understand Binary,
and those that dont."
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but
when you do, it blows away your whole leg"
 
L

Lord Shaolin

Jan 1, 1970
0
Mimic <[email protected]> randomly produced:

:: :::: I'm looking for a software tool so I can monitor which application
:::: uses which ports on my machine.
:::
::: man lsof
::
::
:: he's using windows, somehow i dont think unix commands are gunna
:: work.
::

Aww don't be hard on him, some l33t people can't read headers..

X-Newsreader: Microsoft Outlook Express 6.00.2800.1158

;)

ST

--
Get your Geek Goodies!
http://shop.security-forums.com

..: http://www.security-forums.com :.

Share your knowledge
It's a way to achieve
Immortality.
 
M

Mimic

Jan 1, 1970
0
Lord Shaolin said:
Mimic <[email protected]> randomly produced:

:: :::: I'm looking for a software tool so I can monitor which application
:::: uses which ports on my machine.
:::
::: man lsof
::
::
:: he's using windows, somehow i dont think unix commands are gunna
:: work.
::

Aww don't be hard on him, some l33t people can't read headers..

X-Newsreader: Microsoft Outlook Express 6.00.2800.1158

;)

ST

--
Get your Geek Goodies!
http://shop.security-forums.com

.: http://www.security-forums.com :.

Share your knowledge
It's a way to achieve
Immortality.
 
V

Volker Birk

Jan 1, 1970
0
In alt.os.security Mimic said:
he's using windows, somehow i dont think unix commands are gunna work.

OK. Perhaps he better would have written that.

A look at the utilities on www.sysinternals.com could be a good idea
for Windows-Users who search for such a tool.

VB.
 
M

Mimic

Jan 1, 1970
0
Volker Birk said:
OK. Perhaps he better would have written that.

Or purhaps you should of checked, considering a substantial proportion of
the population run windows.
A look at the utilities on www.sysinternals.com could be a good idea
for Windows-Users who search for such a tool.

a basic understanding of the windows OS would suffice, you dont need any
third party s/w

--
Mimic

"Without Knowledge you have fear, With fear you create your own nightmares."
"There are 10 types of people in this world. Those that understand Binary,
and those that dont."
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but
when you do, it blows away your whole leg"
 
V

Volker Birk

Jan 1, 1970
0
In alt.computer.security Mimic said:
Or purhaps you should of checked, considering a substantial proportion of
the population run windows.

How could I check that, sugar?

I'm working with Linux, Windows, OSX, HPsUX, Slowlaris and some others,
what can you read in this header? OSX? And if I ask for a tool, can you
imagine for what OS?

The header gives a tip on which OS the newsreader runs. That's it.
a basic understanding of the windows OS would suffice, you dont need any
third party s/w

You mean netstat -ao I guess - I prefer TCPView, TDImon and netstatp.
So what?

VB.
 
M

Mimic

Jan 1, 1970
0
Volker Birk said:
How could I check that, sugar?

Well, firstly you look at the header, it says MSOE, thats a windows app.
Secondly you take into account the majority of people use windows, then you
take into account the amount of people that would run MSOE over nix et al is
excessively low, and thus come to the conclusion that he is infact running
windows. Its not hard, he asked for a way to see what apps are using what
ports, you seem to find it necessary to turn every post into a complex
display of how you think youre better than everyone else.

You mean netstat -ao I guess - I prefer TCPView, TDImon and netstatp.
So what?

VB.

So what? having trouble with the english language ? Your preferences have
nothing to do with the fact i stated you dont need 3rd party software to
accomplish the task.


--
Mimic

"Without Knowledge you have fear, With fear you create your own nightmares."
"There are 10 types of people in this world. Those that understand Binary,
and those that dont."
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but
when you do, it blows away your whole leg"
 
V

Volker Birk

Jan 1, 1970
0
In alt.os.security Mimic said:
Your preferences have
nothing to do with the fact i stated you dont need 3rd party software to
accomplish the task.

For he was writing "monitoring", TDImon would be the better choice.

I do not share your opinion about "if someone asks a question, scan
the headers of her/his posting for finding out information she/he
did not mention, and try to guess what she/he really wanted".

I think, if somebody wants to get a sensible answer, she/he has to
try to ask sensible questions - and to tell the master conditions
she/he has to handle with.

BTW, was it really Windoze for that case? Hello? Are we disputing
alone meanwhile? ;-)

VB.
 
M

Michael J. Pelletier

Jan 1, 1970
0
Trevor said:
Shiva,
try LanGuard
Thanks, Trevor

"netstat -an" in UNIX and I think it is the same in Windoze. As far as
monitoring it, I am not sure. You mean have some software monitor it for
you? Maybe tell you when a new port is opened?
 
Top