Skip to content

Trooz2014/SLO-Hacks-2020

 
 

Repository files navigation

Platypus

Platypus Logo

Platypus is a browser extension that shows you what CVEs the website you're viewing is vulnerable to.

Usage

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

License

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.

Documentation

Please read the developer documentation to get started.

About

No description, website, or topics provided.

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
LICENSE_Wappalyzer

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • CSS 4.4%
  • HTML 2.8%
  • Shell 2.0%
  • Python 1.8%
  • Dockerfile 0.8%