Skip to content

hknyldz/hacktrick_web_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktrick Conf Web Application Project

Run with Docker

Run int the following command on the computer where the docker is installed.

docker-compose up

The project should have worked. You can access on the browser in the following address

localhost:8000

Docker commands

Follow in the following method If you want to run command on docker container

docker-compose run [container_host_name] [command]

For example;

docker-compose run web python web/manage.py makemigrations

About

Hacktrick web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.9%
  • CSS 32.1%
  • HTML 29.0%
  • JavaScript 4.0%