ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Defect Dojo: Open-Source Vulnerability Management Made Easy

appsec

devsecops

cyber security

appsec engineer

DefectDojo

vulnerability management

application security

software security

OWASP

installation tutorial

open source

DevOps

CI/CD

cybersecurity

penetration testing

vulnerability scanning

security testing

web application security

Docker

Kubernetes

automation

best practices

sast

dast

iast

rasp

secret scanning

github

API

Dashboard

DevSecOps

devsecops tools

Continuous Integration

Continuous Delivery

Cloud Security

Автор: Cyber Wolf

Загружено: 2023-04-08

Просмотров: 11423

Описание: DefectDojo is an open-source vulnerability management tool designed to help software development teams streamline their security testing efforts. With its intuitive interface and powerful features, DefectDojo makes it easy to create and manage security assessments, track vulnerabilities, and prioritize remediation efforts. In this video, we'll walk you through the key features of DefectDojo and show you how to use them to improve your software security posture. Whether you're a developer, a security professional, or a project manager, DefectDojo can help you identify and address security issues early in the development process, saving you time, money, and headaches down the line.

Commands used :
-----------------------------------------------------------------------------------------------------------
Step 1: Docker installation

sudo apt-get update

sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common

curl -fsSL https://download.docker.com/linux/ubu... | sudo apt-key add -

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli containerd.io

sudo docker run hello-world
----------------------------------------------------------------------------------------------------------------------
Step2: Docker compose

sudo apt install docker-compose
--------------------------------------------------------------------------------------------------------------------
Step3: Defect Dojo install

sudo -s

git clone https://github.com/DefectDojo/django-...

cd django-DefectDojo/

building


./dc-build.sh
running (for other profiles besides mysql-rabbitmq look at https://github.com/DefectDojo/django-...)

./dc-up.sh mysql-rabbitmq
obtain admin credentials. the initializer can take up to 3 minutes to run
Use docker-compose logs -f initializer to track progress


docker-compose logs initializer | grep "Admin password:"

----------------------------------------------------------------------------------------------
In case of password already exists error use the below commands


docker-compose exec uwsgi /bin/bash

python manage.py createsuperuser

Follow the prompts to enter the new user's username, email, and password.

When prompted for whether the new user is a superuser, enter yes.

Exit the uwsgi container shell by typing exit.

-------------------------------------------------------------------------------------------------------------

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Defect Dojo: Open-Source Vulnerability Management Made Easy

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]