Closed Thread
Results 1 to 4 of 4

Thread: Software to detect which application is accessing which url

  1. #1
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Software to detect which application is accessing which url

    I want to find a software that will enable me to monitor which application is accessing which url.. for example a firewall sometimes tells you application x is trying to access Google.. allow or deny.. now i'd like something like an ip sniffer to log for example application x accessed website Google

    is this possible?

    Thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Software to detect which application is accessing which url

    Posted via CodeCall Mobile
    Anyone please?

  4. #3
    TkTech's Avatar
    TkTech is offline The Crazy One
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,412
    Blog Entries
    1
    Rep Power
    31

    Re: Software to detect which application is accessing which url

    you can easily keep track of whats being done overall via raw sockets, but if you want it to give you exact info for each app, you need to monitor the open descriptors (for files/sockets) per application. What OS is this?

  5. #4
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Software to detect which application is accessing which url

    I am running Vista....

    Well, I don't need it to give me what application is accessing which url.. but if there is an application out there that can log which urls in general are opened (aside from a firewall) that would be awesome!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Application Software Developer Survey
    By Terran Exchange in forum Marketing
    Replies: 0
    Last Post: 07-20-2010, 02:41 PM
  2. Replies: 1
    Last Post: 09-04-2009, 10:10 AM
  3. Accessing other software user interface
    By didimus in forum General Programming
    Replies: 1
    Last Post: 08-11-2009, 07:05 AM
  4. Software to web application.
    By Sturts in forum C and C++
    Replies: 4
    Last Post: 08-10-2008, 09:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts