Skip to main content

How does Browser know where you want to go on the internet?

Go to Microsoft Edge Browser or any other Chromium-based browser such as Google Chrome or Brave and start typing into the address bar (actually called the omnibar).

The browser starts showing you stuff. It is not just random stuff.

How does this work? How does the browser figure out what to show you?

Well, there’s a setting that allows you to get a peek behind the curtains and get a glimpse at what’s going on.

To see what’s going on, type the following into Microsoft Edge omnibar and press enter:

edge://omnibox/

Note: This varies for other Chromium browsers. For example, Google Chrome’s type chrome://omnibox/ and for Brave use brave://omnibox/.

Now you will get a search box and lot of settings and options.

Start typing into the box and information will pop up. Information that’s based on both your history, search results, and even things like your bookmarks.

If you start typing in a URL that you visit often, the browser will show you a lot more details, such as when you last visited and how often you visited.





And you’ll notice your browser has quite a long memory.

To see all the internal links type edge://edge-urls/.


In chrome browser you want to see internal urls type chrome://chrome-urls/.

There’s a lot here to occupied.

For example, in Microsoft Edge type edge://media-engagement/ , In chrome browser type chrome://media-engagement/ will show you the top websites that you visit for media engagement while for edge type edge://predictors/, for chrome type chrome://predictors/ shows you the siters you’re most likely to visit when you type a character or characters into the omnibar.



Comments

Popular posts from this blog

How to Extract Informatiom from Mobile Numbers?

Before Enter into the blog a small Disclamier use this for Educational and Research Purposes only. Don’t do this for any illegal activity the creator is not responsible for your activity. Want to get information from Phone Number for OSINT Investigation. Use this to tool to extract information from phone numbers. This tool is completely developed with python. The source code of the program is also attached here(down). Here i use Google Cloud Console terminal you can use any other terminal also.  Go To  https://github.com/maari-krish/Phoneinfoga And then clone the Repository. Follow the Installing Steps which mentioned in github repository. And then enter the mobile number with country code. And then see the result. Your output will look like this. Here i hide the phone number for security purposes. You can open the gps location in your browser which it is precised location not the exact location of the number. We can use another tool also. Go to terminal and type for installat...

Extract Information From IP Address

Before Enter into the blog a small Disclamier use this for Educational and Research Purposes only. Don’t do this for any illegal activity the creator is not responsible for your activity. This is only for OSINT Investigation. There are several ways to get information about IP address. But this tool can give infomation about IP and detect the the IP is using VPN or Not. This tool is completely developed with python. Open Terminal, you can use google cloud console terminal also. Go to https://github.com/maari-krish/Ipinfoga Clone the Repository. Follow the Installing Steps which mentioned in github repository. Here i hide the IP. You please the enter the ip and move on.You can open the gps location in your browser which it is precised location not the exact location of the IP. To detect the IP is using vpn it is in different repository. But i combined the code and give it. Source code is given below. Go to https://github.com/maari-krish/Vpn-Detector Follow the steps given in the reposito...

CAPTURE THE FLAG(CTF)

What Is CTF? Capture the flag CTF (Capture The Flag) is a kind of information security competition that challenges contestants to  s olve a variety of tasks ranging from a scavenger hunt on wikipedia to basic programming exercises, to hacking your way into a server to steal data. In these competition , the participant is usually asked to find a specific piece of text that may be hidden on the server or behind a webpage. This goal is called the flag. CTFs varies between the events. Some are targeted towards professionals with experience operating on cyber security teams. These typically offer a larg cash reward and can be held at a specific physical location. Other events target thehigh school and college student range, sometimes offering monetary support for education to those that place highly in the competition! Types of CTF CTF may conduct in two types:- Jeopardy-style:  Jeopardy style CTFs consist of multiple separate challenges which need to be solved to score points. The...