Skip to content

Vulnerable web application, your goal is to exploit it and get the flag.

Notifications You must be signed in to change notification settings

camandel/hash-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Generator

Hash Generator is vulnerable web application. Your goal is to exploit it and get the flag.

How to use

Compile and run it locally:

go build
USER_PWD="user_password_here" SECRET_KEY="your_secret_key_here" FLAG="flag{your_flag_here}" ./hash-generator

or use docker:

docker build -t hash-generator
docker run -d -e USER_PWD="user_password_here" -e SECRET_KEY="your_secret_key_here" -e FLAG="flag{your_flag_here}" -p 8000:8000 hash-generator

Open the browser on localhost:8000 and login with "user@example.com" and password "user_password_here"

About

Vulnerable web application, your goal is to exploit it and get the flag.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published