Skip to content

PavletsovGIT/DevSecOps-VulnerableNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VulnerableNotes

Заведомо уязвимое веб-приложение для ведения заметок, созданное для демонстрации распространенных уязвимостей в системе безопасности и того, как инструменты DevSecOps их выявляют.

Быстрый старт

Docker (рекомендуется)

# Build and run
docker compose up --build

# Open in browser
open http://localhost:8000

Локально (Poetry)

# Install dependencies
poetry install

# Run the app
poetry run uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload

# Open in browser
open http://localhost:8000

Креды от админки

Email Password
admin@notes.local admin

⚖️ Disclaimer

This project is provided for educational purposes only. The authors are not responsible for any misuse. Always practice security testing ethically and only on systems you own or have permission to test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors