Giter Site home page Giter Site logo

silvavb / python_safesite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wesleyit/python_safesite

0.0 0.0 0.0 4.88 MB

This site has a lot of security breaches to exploit. Do not install on production environments!

License: MIT License

Makefile 7.44% Python 34.05% HTML 46.79% CSS 6.81% Dockerfile 4.91%

python_safesite's Introduction

Python SafeSite

Esta aplicação foi desenvolvida com o propósito de treinar suas habilidades em penetration testing.

É um site simples que pode ser explorado de diversas formas diferentes. Foi desenvolvido em Python com Flask e SQLite.

Rodando dentro do Docker

Para rodar dentro do Docker, tenha o Docker instalado, o GNU Make e o Git.

git clone https://github.com/wesleyit/python_safesite.git
cd python_safesite
make build  # para criar a imagem
make start  # vai iniciar o container

Com o container rodando, basta acessar em http://localhost:8080.

Rodando direto na máquina

Para os corajosos, é possível rodar sem container. Para isso, é necessário ter o Python3 instalado, o Venv, o PIP, o Git e o GNU Make. O app foi testado apenas no Linux, não sabemos se funciona diretamente no Mac OS ou Windows, ok?

git clone https://github.com/wesleyit/python_safesite.git
cd python_safesite
make venv  # para criar o virtual env
source env/bin/activate  # chaveando para o venv
make pip  # baixar as dependências do Python3
make run  # iniciar em modo direto

Disclaimer

Esta aplicação tem falhas de segurança e pode comprometer o servidor onde for instalada. Cuidado.

python_safesite's People

Contributors

wesleyit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.