Skip to content

0xs1ash/lodashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoDashBoard

This is a CTF machine developed using Node.js. This web application contains 2 flags. Follow the steps below for installation and configuration.

Clone the Application

First, clone the application to your machine:

sudo git clone https://github.com/FakeScript0/lodashboard.git
cd lodashboard

Docker

On Ubuntu:

1.Install Docker via Snap:

sudo snap install docker

2.Build and run the Docker containers:

sudo docker-compose up --build

On Other Linux Distributions:

1.Install Docker:

sudo apt install docker.io -y
sudo systemctl start docker
sudo systemctl enable docker

2.Install Docker Compose:

sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

3.Build and run the Docker containers:

sudo docker-compose up --build

You can access the lab from TryHackMe also:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published