https://github.com/rly0nheart/uaharvester
User-Agent information harvester
https://github.com/rly0nheart/uaharvester
browser browser-agent osint osint-python osint-reconnaissance user-agent
Last synced: 2 months ago
JSON representation
User-Agent information harvester
- Host: GitHub
- URL: https://github.com/rly0nheart/uaharvester
- Owner: rly0nheart
- License: mit
- Archived: true
- Created: 2021-09-06T12:27:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T13:39:11.000Z (over 3 years ago)
- Last Synced: 2025-02-10T22:49:33.891Z (3 months ago)
- Topics: browser, browser-agent, osint, osint-python, osint-reconnaissance, user-agent
- Language: Python
- Homepage: https://git.io/Ju3ou
- Size: 13.7 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UAHarvester






User-Agent information harvester
# Intallation
**Clone this repo**:
>$ git clone https://github.com/rlyonheart/uaharvester.git
>$ cd uaharvestr
>
$ pip install -r requirements.txt
# Usage
>$ python uaharvester.py TARGET USER-AGENT
**Note**:
*The target user agent should be put inside quote " " symbols***Example**:
>$ python uaharvester.py "Mozilla/5.0 (*this user agent is obviously not valid*) AppleWebKit/537.36 (KHTML, like Gecko) Safari/0.0.0.0 Safari/0.0.0.0"
**Note**:
*You can add the **--is-crawler** flag to check if the user agent is a crawler or not*
