Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectdiscovery/useragent
Curated list of categorized User Agents
https://github.com/projectdiscovery/useragent
go lib library user-agent
Last synced: 1 day ago
JSON representation
Curated list of categorized User Agents
- Host: GitHub
- URL: https://github.com/projectdiscovery/useragent
- Owner: projectdiscovery
- License: mit
- Created: 2022-06-08T06:22:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:46:04.000Z (3 days ago)
- Last Synced: 2024-11-04T20:37:07.503Z (3 days ago)
- Topics: go, lib, library, user-agent
- Language: Go
- Homepage:
- Size: 2.13 MB
- Stars: 77
- Watchers: 12
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# useragent
A comprehensive and categorized collection of User Agents.## Installation Instructions
To install the useragent tool, use the following command:
```sh
go install -v github.com/projectdiscovery/useragent/cmd/ua@latest
```## Usage
To display help for the tool, use the following command:
```sh
ua -h
```This will display all the flags supported by the tool:
```sh
ua is a straightforward tool to query and filter user agentsUsage:
./ua [flags]Flags:
-list list all the categorized tags of user-agent
-l, -limit int number of user-agent to list (use -1 to list all) (default 10)
-t, -tag string[] list user-agent for given tag
```The useragent tool is designed to be simple and efficient, making it easy to query and filter user agents based on your specific needs.
## Credits
This tool utilizes user agent data obtained from [WhatIsMyBrowser.com](https://www.whatismybrowser.com).