command to view incognito or websites visited?

rowatlaura

New Member
Joined
Aug 14, 2024
Messages
1
Reaction score
0
Credits
12
New to Linux and inputting in general. Im just wondering could anyone guide me in the right direction. what is the command to display dns as in all websites visited including incognito. I know you can do the command on windows but im using a chromebook. Any help much appreciated
 


Hello and welcome to forums.

Without knowing which DNS resolver you're using it's impossible to say how to do it, so please let us know.
 
New to Linux and inputting in general. Im just wondering could anyone guide me in the right direction. what is the command to display dns as in all websites visited including incognito. I know you can do the command on windows but im using a chromebook. Any help much appreciated
You can try nslookup extension for your browser.
 
Check if systemd-resolved is running:
systemctl status systemd-resolved

View the DNS cache:
sudo systemd-resolve --statistics
sudo systemd-resolve --flush-caches
sudo systemd-resolve --status


If you are using nscd, you can view the DNS cache with:

sudo nscd -g

Keep in mind that DNS cache might not always capture all visited websites, especially if the cache is cleared or if the DNS queries are handled by a different service.

------------

This could also be done with tcpdump, but it would have to be running in the background while you
are doing the browsing.
 

Members online


Top