https://en.wikipedia.org › wiki › User_agent

User agent - Wikipedia

On the Web, a user agent is a software agent responsible for retrieving and facilitating end-user interaction with Web content. [1] This includes all web browsers, such as Google Chrome and Safari, some email clients, standalone download managers like youtube-dl, and other command-line utilities like cURL.

braveduckduckgostartpage cached
https://chromewebstore.google.com › detail › user-agent-switcher-for-c › djflhoibgkdhkhhcedjiklpkjnoahfmg

User-Agent Switcher for Chrome - Chrome Web Store

With this extension, you can quickly and easily switch between user-agent strings. Also, you can set up specific URLs that you want to spoof every time. Please note that this does not provide improved privacy while browsing the Internet and that some sites might have other means to figure out that the browser is not what it pretends to be.

bravestartpage cached
https://isc.sans.edu › diary › 30536

What is that User Agent? - SANS Internet Storm Center

To better understand what hosts are using this specific user agent string, I can take a look at the raw data. The data used for this search was only the last 7 days. # read web honeypot json files # cat /logs/webhoneypot*.json # search for values that do not have a blank user agent # jq -r 'select(.useragent!="")' # search for our specific user agent string (Windows 7, Firefox 22) # jq -r 'select(.useragent[]=="Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0")' # output the source IPs, sorted by the number of times the source IP was seen # jq -r .sip | sort | uniq -c | sort -n cat /logs/webhoneypot*.json | jq -r 'select(.useragent!="")' | jq -r 'select(.useragent[]=="Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0")' | jq -r .sip | sort | uniq -c | sort -n 831351 80.243.171.172

bravestartpage cached
https://whatismyuseragent.com

What is my user agent

Your user agent is a string that web servers use to identify your browser and optimize content delivery. Learn what a user agent is, how to troubleshoot browser issues, and see your user agent details on this site.

duckduckgo cached