Platypus is a browser extension that shows you what CVEs the website you're viewing is vulnerable to.
You'll need Python 3, Git, and Docker on your system. This will allow you to install and run the development environment for Platypus.
Clone the Platypus app from GitHub and execute ./run.sh
in your favorite shell.
git clone https://www.github.com/gideontong/SLO-Hacks-2020.git
cd SLO-Hacks-2020
./run.sh
Then, install the Python dependencies in the server
folder.
cd server
pip install -r requirements.txt
python server.py
The Python server is now running, so you can start the Chrome extension by unpacking the developer version of the extension in Chrome.
./run.sh build 5.9.24
cd build
unzip extension.zip
If you'd like to read more about Platypus, you can visit the docs at the website here. However, if for some reason the documentation is offline or you yourself are offline, you can click this link as well to view an offline/local copy. This project was also posted to Devpost, and you can view the one-page Devpost version of the documentation here, or here if you are offline.
Platypus is licensed under the MIT License. However, it is based off of an application called Wappalyzer, and code from this repository is licensed under the GPL.