Skip to content

Web Exploitation CTF challenge used in Haaukins platform.

Notifications You must be signed in to change notification settings

gianmarcomennecozzi/jwt-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-challenge

bla bla bla

Development

the following are the steps in order to reproduce this challenge

  1. make the following directories
  2. create vue folder through this command vue create vue
.
├── files/          #contains the website
│   ├── private/    #contains the private page and the page that has to be rendered|   ├── vue/    #contains the VueJS stuff
|   |   : 
│   ├── public/     #contains the public assets|   ├── assest/css|img|js
│   :
|   :                
└── ...