theyettihunta Posted September 21, 2012 Share Posted September 21, 2012 I was wondering about administration tools for monitoring programs on a network. For example a tool that allows the admin to view programs being run by other machines on the network. Does anyone know a tool/tools for something like this? Quote Link to comment Share on other sites More sharing options...
01000010 Posted September 21, 2012 Share Posted September 21, 2012 There are many and many different ways to go about it. for linux i think naigos is the top dog no idea for windows other than stuff like novell netware and standard windows stuffs I use apple remote desktop and am about mess with casper or something Quote Link to comment Share on other sites More sharing options...
digip Posted September 21, 2012 Share Posted September 21, 2012 I guess it depends on what you are doing. You could script it with built in tools from various systems, or possibly even check things with SNMP and some more scripting, but there are commands between windows and the *nix based systems from the command line that show all running processes if thats what you are after. Tasklist shows running programs in windows, and ps shows them in linux. Each use various switches for different things, but for say a network return of what programs are talking on the network, vs just OS programs running, netstat on both windows and linux can show ports listening and connected and the programs running the connections. There is another program in linux I can't think of that also shows network sockets and the programs using them, I think its lsof, but can't remember off the top of my head right now. I'm sure you could google for off the shelf products too, that probably automate much of the same thing while delivering reports on each "workstation" and whats running on them as well. Sysinternals might even have some tools for windows to do this, but I haven't checked their tools out in a long time. Most of their tools allow connecting to other machines on the network to do tasks, you would just have to combine the use of a few of them and script up the details for what you want sent back to you. Quote Link to comment Share on other sites More sharing options...
hery-id Posted September 22, 2012 Share Posted September 22, 2012 you can use SNMP server and SNMP agent Quote Link to comment Share on other sites More sharing options...
murder_face Posted September 23, 2012 Share Posted September 23, 2012 I use Fing by Overlook on my android phone whenever I log into a network, it will scan all nodes, then you can scan services(portscan) on individual nodes. You can pretty much tell what programs are running by the name of the service. Quote Link to comment Share on other sites More sharing options...
Infiltrator Posted September 25, 2012 Share Posted September 25, 2012 There is a command in Windows, called Tasklist, it lists all the processes running on the background. If you want to display all the current processes running on a remote machine, I would recommend you to use PSexec + tasklist. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.