Skip to content

bp4151/owasp_top_10_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWASP Web Top 10 Parser

What

This python script will parse the OWASP Web Top 10 pages and pull out the top level, reference, and CWE links into a JSON format file.

Why

This was developed out of a need for OWASP Top 10 links in a json format to be included in automation.

How

To run (assumes PipEnv is installed):

  1. Clone to your desired location
  2. Create your .env file, setting the FILE and DEBUG values
    URL=https://owasp.org/Top10/
    FILE=web_2021.json
    DEBUG=True
  1. From the command line, run
pipenv shell
pipenv install
pipenv run python main.py
pipenv --rm
  1. Your file containing the output should be in the root folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages