User-Agent information harvester
Clone this repo:
$ git clone https://github.com/rlyonheart/uaharvester.git
$ cd uaharvestr
$ pip install -r requirements.txt
$ 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