Clan x86
Technical (Development, Security, etc.) => General Programming => Topic started by: iago on June 15, 2005, 07:35:39 pm
-
I wrote a program in Perl, at work, to look after the server lists. I didn't bother including the stylesheet or the images, but they are simple enough. Here is the source:
http://www.javaop.com/~iago/servers.txt
It lists the servers, along with ip's, os, and comments. Of course, you have to add them to yourself. And, with the click of a button, you can nmap, ping, nbtstat, and traceroute them. Of course, you need the programs installed. I probably should have made the locations constants, but I didn't, so if your ping/nmap/traceroute/nbtstat programs are in a different place then mine you'll have to find/replace the text. Big deal :)
I put this on a restricted Apache server at work, I wouldn't recommend putting this in a public place.
<edit> fixed link
-
"to look after the server lists"?
Can you explain what that does? Does it just check if the servers are up or something?
-
Hmm, I'll get a screenshot. I can't really do it on work, because that's private data, but I'll run it from here.