List Contacted Web Addresses?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers List Contacted Web Addresses?
# 1  
Old 12-05-2014
List Contacted Web Addresses?

Greetings.

I'm in the process of tracking down an issue with Firefox, and need some way of gathering the actual web addresses which are connected to from localhost.

The specific problem centers around the determination/capture of the exact generated app.update.url address formed by the browser during an update query.

Tried doing this with an apparently "crippled" (feature-stripped) copy of netstat; but couldn't assemble the proper syntax for the old guy to make it work...

Any quick "pet ways" of doing this with some common tool would be most appreciated Smilie

Thanks again!
# 2  
Old 12-05-2014
netstat can't tell you web addresses -- all it knows is what IP connected to what IP at what port, everything else is buried inside HTTP protocol.

I use tinyproxy for this. It's a little proxy daemon that's easy to run a limited instance of. Configure your web browser to connect to the proxy, and it will log URL's as it goes.
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 12-05-2014
@Corona688:

Thanks for the "heads up" on this. apt-got it . . .

This might be a bit (or a byte) more complex than I thought; as the connection in question is running over HTTPS. I tried the manpages, and still I'm a bit at sea here: Any tips and pointers to pass on as to how one might make this tick over just to grab the addresses as they go by (without causing a morass of security holes)?

Smilie

---------- Post updated at 02:05 PM ---------- Previous update was at 01:35 PM ----------

@Corona688:

Got it! Not too hard, if you know the handshakes:

osx - Automatic updates of Firefox (stable and beta) don't work on OS X - Super User

(Was able to get the silly thing to tell on itself.)

Thanks again!

Last edited by LinQ; 12-05-2014 at 03:14 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

Script to determine which web server at ip addresses

how do we determine if ip addresses are hosting IIS version 7.x or Apache 2.2.x. ? (3 Replies)
Discussion started by: NameSake
3 Replies

2. Web Development

List items not arranged as expected on web page

greetings, i have a list of items that are picks to be arranged within a row that is 22 in height. this "plugin" looks fine in the old installation but after installing a new version of the web app and dropping this "plugin" in place the layout isn't as i expect. they are arranged vertically... (1 Reply)
Discussion started by: crimso
1 Replies

3. UNIX for Dummies Questions & Answers

List and download web page files

Hello, Does anyone know of a way to list all files related to a single web page and then to download say 4 files at a time simultaneously until the entire web page has been downloaded successfully? I'm essentially trying to mimic a browser. Thanks. (2 Replies)
Discussion started by: shadyuk
2 Replies

4. Shell Programming and Scripting

Formatting list of IP addresses into a grep command

Hi I have an input file with a list of random IP addresses, each on a new line. Below is just an example as I omitted the real IP addresses for obvious reasons. Input: random_ip.txt 10.0.0.1 10.0.0.1 10.0.0.1 10.0.0.1 10.0.0.1 10.0.0.1 10.0.0.1 10.0.0.1 10.0.0.1 10.0.0.1... (7 Replies)
Discussion started by: lewk
7 Replies

5. Shell Programming and Scripting

how to run an already made script run against a list of ip addresses solaris 8 question

how to run an already developed script run against a list of ip addresses solaris 8 question. the script goes away and check traffic information, for example check_GE-VLANStats-P3 1.1.1.1 and returns the results ok. how do I run this against an ip list? i.e a list of 30 ip addresses (26 Replies)
Discussion started by: llcooljatt
26 Replies

6. Shell Programming and Scripting

Extract list of IP addresses from a text file.

I have an xml file with IP addresses all over the show. I want to print only the IP addresses and cut off any text before or after the IP address. Example: Note: The IP addresses (x.x.x.x) do not consistently appear in the xml file as per the pattern below. Sometimes there are text before... (8 Replies)
Discussion started by: lewk
8 Replies

7. UNIX for Dummies Questions & Answers

analyzing list with street addresses

Hi List, Could someone please point me into the right direction with the following: I have a file containing a list of street addresses. I need to sort all the street addresses with the same number to a new file containing the street name and corresponding number. So: Strawinskylaan... (3 Replies)
Discussion started by: M474746
3 Replies

8. Solaris

Command to list all the VIP addresses assigned to Solaris server

Hello All, I want to list all the VIP addresses assigned to Solaris server. whats the command we have use on solaris for this? Please help Thanks!! Weblogic Consultant (1 Reply)
Discussion started by: weblogicsupport
1 Replies

9. UNIX Desktop Questions & Answers

Using Mailx to send to list of email addresses

Im trying to use a shell script to send to a list of email addresses in a txt file. Here is what i have tried but it keeps sending to dead.letter... Success.ksh contains... mailx -s"Night Batch Success" 'cat /Scripts/email_addresses.txt' < /Scripts/email_body_message.txt The email body... (1 Reply)
Discussion started by: aguad3
1 Replies

10. UNIX for Dummies Questions & Answers

Help extracting MAC addresses from List

Hello all. I have a large number of text files outputted from various Netstumbler Wireless Scans; from which I need to extract the MAC addresses of the various Access Points. The Text files look like this: # $Creator: Network Stumbler Version 0.4.0 # $Format: wi-scan summary with... (9 Replies)
Discussion started by: dhs23
9 Replies
Login or Register to Ask a Question