ronin-rb/ronin-web-user_agents

Replace the `.yml` file with multiple `.txt` and `.csv` files

Closed this issue · 1 comments

Group User-Agent strings into category .csv files. Pre-parse the User-Agent strings using user_agent_parser and include the metadata along with the raw User-Agent string.

Also add rake tasks to automatically generate the .csv files from raw .txt file dumps of User-Agent strings.

Decided against storing full User-Agent strings, but instead generating them from known version, OS, OS version, architecture values.