У нас вы можете посмотреть бесплатно Most Web Apps Are Easy to Hack — Protect Yours with SafeLine WAF или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Your website can be hacked in minutes, but it doesn’t have to be. In this video, I will show you how to protect a vulnerable web application using a free and self-hosted Web Application Firewall: SafeLine WAF. We will start by installing Docker and Docker Compose on Linux, then set up SafeLine and put it in front of our vulnerable app. I will demonstrate a SQL injection attack, and how SafeLine blocks it instantly, even with zero rules configured. Do not click here: https://bit.ly/3Z8fvKT Use this SafeLine Referral Code to get a discount: GRCDGMN3ABSUIGDOILIEMSZ6 📥 Links mentioned in the video: ~ SafeLine WAF: https://ly.safepoint.cloud/2fEF7vN ~ SafeLine Demo: https://demo.waf.chaitin.com:9443/sta... ~ SafeLine Docs: https://docs.waf.chaitin.com/en/home ~ SafeLine GitHub Repo: https://github.com/chaitin/SafeLine ~ SafeLine Discord Community: / discord ~ SQL Injection Payload: • Blind SQL Injection: How to Access Users' ... =============================================== 📟 Commands used: sudo apt-get update sudo apt-get upgrade docker --version docker compose version sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/deb... | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg sudo chmod a+r /etc/apt/keyrings/docker.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" | sudo tee /etc/apt/sources.list.d/docker.list sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker --version docker compose version sudo bash -c "$(curl -fsSLk https://waf.chaitin.com/release/lates...)" -- --en =============================================== 💬 Got any questions or want to see more advanced tutorials? Drop a comment below and come join the community! 👍 Don’t forget to like, subscribe and hit the bell to get more tips and tricks for Kali Linux, cybersecurity and ethical hacking. Chapters 0:00 Intro 0:32 SafeLine WAF 1:13 Update Packages 1:30 Install Docker & Docker Compose 4:58 Install SafeLine WAF 6:59 Bonus #SafeLine #WAF #Cybersecurity #EthicalHacking