473,732 Members | 2,207 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1381
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.goo glegroups.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
9287
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. # No warranty express or implied for the accuracy, fitness to purpose
8
10646
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 Request" was the original error msg now that I reinstalled iislockdown and urscan I get "The parameter is incorrect." If I use the get method with this form it works just fine on everything. I can't say for certain but I think this problem started...
3
5402
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 examples and snippets, but none work nor make sense to me. Below is an example of what it is I need to send as a request and the typical example I should receive. I just don't know how to send the request!!! A Request
5
10399
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 they need to consume this web service using HTTP. The developer's IDE is Notepad. Yeah, weird I know. How is this done? I guess if I can get it to run ASP, IDE independant, that should make them happy. Any references you can point me to?
4
2477
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? Thanks in advance Steffan
1
4289
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. that is certainly not true. I downloaded the http extension from pecl. cvs -d:pserver:cvsread@cvs.php.net:/repository co pecl/http
3
2149
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 implemented it via fsockopen, like this: <? $url = $_REQUEST; // take the param as $uri //... more ...
1
1945
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 below is working to a degree in IE7. As I have not yet parsed http.responseText, I am getting all the code in parts.php in the alert. My php script query creates two php arrays, one a single array and a two-dimensional array such as array. My...
1
2256
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. <script type="text/javascript" > var postring = "?"; function string() { var first = document.numbers.first.value; var second = document.numbers.second.value; var third = document.numbers.third.value;
0
8946
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9307
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9181
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.