Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moloch--/tangela
Browser Security & Crash Tests
https://github.com/moloch--/tangela
Last synced: about 1 month ago
JSON representation
Browser Security & Crash Tests
- Host: GitHub
- URL: https://github.com/moloch--/tangela
- Owner: moloch--
- Created: 2016-02-05T18:40:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T18:41:48.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T05:28:59.890Z (7 months ago)
- Language: HTML
- Size: 1.51 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security_tests/.auth_form.html
Awesome Lists containing this project
README
Tangela
========
![Browser Security Tests](static/images/tangela-md.png "Browser Security Tests")Tangela is a Python implementation of the [Browser Security Handbook's](http://code.google.com/p/browsersec/) security test cases. It can be used to test browsers for various security and privacy vulnerabilties; it also includes additional test cases for crashing browsers.
Setup
========Tangela runs on Python 2 or Python 3:
```
pip install -r requirements.txt
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
./server.py --ssl-keyfile key.pem --ssl-certfile cert.pem
```