Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

rly0nheart/uaharvester

Repository files navigation

UAHarvester

Python Version OS GitHub CodeFactor Lines of code GitHub tag (latest by date) GitHub repo size

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" uaharvester_1

Note: You can add the --is-crawler flag to check if the user agent is a crawler or not uaharverster_2