Skip to content

rly0nheart/uaharvester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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