Skip to content

rohinihirurkar/vul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conviso Vulnerable Web Application


Description

This application was purposely coded insecurely, having a large number of vulnerabilities and bad practices. The idea is to simulate an initial blog structure, made by a novice programmer who made serious mistakes, leaving it vulnerable to numerous attacks.

We use this application for educational purposes only, making demonstrations on how to manually and automatically detect these vulnerabilities and also how to fix them.


How to deploy on local machines

$ git clone https://github.com/convisolabs/CVWA
$ cd CVWA
$ docker build -t cvwa .
$ docker container run -ti -p 8080:80 cvwa

If you are a job candidate

The expectation boils down to two things:

  • We expect you to perform a white-box analysis on the code in this repository, identifying risks and vulnerabilities, pointing out opportunities for improvement and the root causes of problems - with suggestion of fix.
  • Document all this in a didactic, direct and comprehensive way in a PDF report that will be evaluated by our technical team.

What will be evaluated:

  • Number of identified vulnerabilities/risks;
  • Report narrative, grammar and organization;
  • Depth of analyses;
  • Analytical and critical thinking during analysis;

The report can be written in Portuguese or in English.


Contribution


License