Skip to content

Python script that tells you what's the potential configuration behind a User-Agent

Notifications You must be signed in to change notification settings

PaulSec/what-is-this-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

What is this browser?

From a simple User-Agent, it tells you what might be the browser, version and platform used. Uses whatismybrowser.com service to retrieve those information.

Example

$ python whatisthisbrowser.py "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0"
Looking for User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0
Firefox 35 on Ubuntu Linux

About

Python script that tells you what's the potential configuration behind a User-Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages