Skip to content

crispadjas/Uni-ss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uni-ss

This is a project is a web server that has a vulnerable and a unvulnerable version.

Implementation

This project was made using python as the back-end language and the standard HTML, CSS and JavaScript to the front-end.

The framework we decided to use is Flask.

Installation

  1. Create a virtual environment for python:
python -m venv .venv

You can choose any name you want for the directory.

  1. Activiate the environment. (The activation steps dependo on the system you are using).
  2. Install Flask:
pip install Flask
  1. Run server:
flask --app app run --debug

The server goes on port 5000 so just go http://localhost:5000.

About

WIP-Software-seguro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published