473,383 Members | 1,737 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

VB.NET http spying

I am suspicious of the websites that the people I live with are using
my computer for. Instead of buying software or downloading something
visible to other users, I am wanting to create a vb program that
"watches" what websites are visited. Since I have a background in vb,
I see this to be easier. There are different accounts on the computer
which I can access, I am thinking I will set this program up to start
in the background and write to a file the urls that are visited. I
know that they are clearing out the temporary internet files and
clearing the history of their browsers as well.

Is there a way in .NET to listen to http ports and then have the
ability to write either the URL or IP to a file? Any help is
appreciated.

Thanks

Nov 21 '05 #1
4 1369
You don't need VB to do this. Assuming you are all on the same network and
you don't have any switches in the way, you can use something like Ethereal
to "sniff" the packets as they pass through. I am of course making many
assumptions about your setup. By the way, you do know it's incredibly rude
to behave in such a paranoid and sneaky way, don't you? If you were living
in my house I would slap you around for even thinking about doing this.
"skOOb33" <sk*****@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
I am suspicious of the websites that the people I live with are using
my computer for. Instead of buying software or downloading something
visible to other users, I am wanting to create a vb program that
"watches" what websites are visited. Since I have a background in vb,
I see this to be easier. There are different accounts on the computer
which I can access, I am thinking I will set this program up to start
in the background and write to a file the urls that are visited. I
know that they are clearing out the temporary internet files and
clearing the history of their browsers as well.

Is there a way in .NET to listen to http ports and then have the
ability to write either the URL or IP to a file? Any help is
appreciated.

Thanks

Nov 21 '05 #2
If you're concerned that users of your computer are browsing to
inappropriate site, install a program that blocks the sites you don't
want them to see. I presume that you are concerned for your children
or other family members? If the user is over 18, then I agree with
Robin in that it would be rude to tell them what they can or cannot
browse.

Nov 21 '05 #3
Thanks for the info. Being my computer and all, I obviously will be
using this information against them later on if I find something funny.
Be lucky you aren't my roommate I guess.

Nov 21 '05 #4
skOOb33 wrote:
I am suspicious of the websites that the people I live with are using
my computer for. Instead of buying software or downloading something
visible to other users, I am wanting to create a vb program that
"watches" what websites are visited. Since I have a background in vb,
I see this to be easier. There are different accounts on the computer
which I can access, I am thinking I will set this program up to start
in the background and write to a file the urls that are visited. I
know that they are clearing out the temporary internet files and
clearing the history of their browsers as well.

Is there a way in .NET to listen to http ports and then have the
ability to write either the URL or IP to a file? Any help is
appreciated.

Thanks


Just look in the history and browsercache?

--
Rinze van Huizen
C-Services Holland b.v.
Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
8
by: turnit \(removethis\) | last post by:
I have a login form that uses the post method to carry the information to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. "HTTP/1.1 400 Bad...
3
by: ashesdesign | last post by:
Hi All, I am very new to php and even newer to XML. Can anyone please shed some light on how to post XML requests via HTTP. I have been searching high and low and have come across many...
5
by: David Lozzi | last post by:
Howdy, I wrote a web service in .Net for my customer. My customer has another vendor who now has to consume it but they are not using Visual Studio. Most of their pages are jsp, and they said...
4
by: Bob Badger | last post by:
Hi, Simple question (although I guess with a complicated answer). Is HTTP an async protocol? For instance, if I send a message to a c# webservice via http what is the protocol actually doing? ...
1
by: zpinhead | last post by:
I am unable to get my downloaded extension from pecl to link up with php properly. seems like the php.so I could not use pear install http. pear claimed the extension was already installed....
3
by: webEater | last post by:
Hey, I am writing a file that reads in an external file in the web and prints it out including the response header of the http protocol. I do this to enable cross domain XMLHttpRequests. I...
1
by: rpjd | last post by:
I am completely new to this so please bear with me here. My project involves a webpage executing php scripts via an xmlhttprequest which queries a database and returns data to the webpage. This code...
1
by: rpjd | last post by:
I am having a problem getting the http.status of an xmlhttprequest. The request readystate has come back as readystate 4, but then it stops without confirming the http.status. Any help appreciated....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.