8000 GitHub - MikeAnast/fr1end
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MikeAnast/fr1end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fr1end

This is a web vulnerability challenge, try to find the flag. This challenge requires docker.

Manual Docker image build and run

  1. Install Docker
  2. Build the image docker build -t fr1end .
  3. Start the container with a port of your choice by replacing 1337 docker run --name=fr1end -p1337:80 -p4000:4000 fr1end
  4. The challenge can be found in http://localhost:1337/

Automated run

Run the following bash script to build and run the challenge ./build_docker.sh. The challenge can be found in http://localhost:1337/

Delete challenge

Don't forget to delete both the container and the image of the challenge after you finish:

  1. Delete container docker rm fr1end -f
  2. Delete image docker rmi fr1end

Have fun !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0