neodammer Posted August 5, 2005 Posted August 5, 2005 I was wondering if its possible to monitor port 80 connections via vb.net? I know its possible to monitor them normally but I have apache running on the computer im wanting to run the program on and therefore port 80 will be in use. Any suggestions on how or how its impossible to do this? I was making a access program (you can view the progress on the general section) just by accessing the log file but i wonder if i can just do it this way and monitor port 80 or whatever port i put apache on thanks. Quote Enzin Research and Development
rot13 Posted August 6, 2005 Posted August 6, 2005 I don't think this is possible with .net I think you have to get down closer to the system to do something like that, but I'm not that experienced with sockets programming, so I could be wrong. Quote
neodammer Posted August 8, 2005 Author Posted August 8, 2005 You can monitor any port easily with any .net language but the problem in this case is I am recieving errors with port 80 because its already being used by another program (apache) in this case. Which is why i have already started a program monitoring the .log files of apache (see general section) for monitoring the inc connections on that port. I have ideas but none solid about doing this; i have thought about making a virtual gateway program for port 80 that the webserver had to go through but thats insanely difficult, I have though about a php page that would just log everybody's ip etc for me but thats not true monitoring but close and is the method ill use should these others fail. Quote Enzin Research and Development
progload Posted August 13, 2005 Posted August 13, 2005 neodammer, Have you tried using raw sockets and filtering for inbound to port 80? progload Quote
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.