pip install virtualenv virtualenv mypython source mypython/bin/activate pip install -r requirements
- path to origin html file
- path to other html file
- name of tag id in origin html file
python app.py templates/sample-0-origin.html templates/sample-1-evil-gemini.html make-everything-ok-button python app.py templates/sample-0-origin.html templates/sample-2-container-and-clone.html make-everything-ok-button python app.py templates/sample-0-origin.html templates/sample-3-the-escape.html make-everything-ok-button python app.py templates/sample-0-origin.html templates/sample-4-the-mash.html make-everything-ok-button
python run_all_templates.py
docker build -t analyzer_html:latest . docker run analyzer_html:latest