-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
250 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
README.md | ||
Dockerfile | ||
.dockerignore | ||
.dockerignore |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,47 @@ | ||
# CVWA - Gladius Blog | ||
<p align="center"> | ||
<h3 align="center"><b>CVWA</b></h3> | ||
<p align="center">Conviso Vulnerable Web Application</p> | ||
<p align="center"> | ||
<a href="https://github.com/convisolabs/CVWA/master/LICENSE.md"> | ||
<img src="https://img.shields.io/badge/license-MIT-blue.svg"> | ||
</a> | ||
<a href="https://github.com/convisolabs/CVWA/releases"> | ||
<img src="https://img.shields.io/badge/version-0.0.1-blue.svg"> | ||
</a> | ||
</p> | ||
</p> | ||
|
||
### Descrição | ||
--- | ||
|
||
### Description | ||
|
||
Essa aplicação simula um Blog onde um usuário pode pesquisar e acessar publicações do seu interesse. Os vetores de ataques são muitos, identicos a um ambiente real. | ||
|
||
--- | ||
|
||
### Montando o ambiente | ||
### How to deploy on local machines | ||
|
||
```bash | ||
$ docker build -t second-level . | ||
$ docker container run -ti -p 80:80 second-level | ||
$ git clone https://github.com/convisolabs/CVWA | ||
$ cd CVWA | ||
$ docker build -t cvwa . | ||
$ docker container run -ti -p 8080:8080 cvwa | ||
``` | ||
|
||
### To do | ||
|
||
- Incluir uma etapa de LPE | ||
|
||
--- | ||
|
||
### PTaaS Challenge | ||
### Challenge | ||
|
||
O objetivo desse desafio é que o candidato analise e encontre falhas no ambiente preparado para o teste, o qual consiste em uma aplicação web com algumas vulnerabilidades e falsos positivos, com o intuito de validar principalmente a capacidade analítica do candidato, além de alguns conhecimentos técnicos. Ao fim da análise, deverá ser enviado um relatório descrevendo todo o fluxo das explorações feitas, preferencialmente aliado a um bom detalhamento de todo o processo para que tenhamos visibilidade dos conhecimentos gerais do candidato em questão. | ||
|
||
Prazo: 7 dias | ||
--- | ||
|
||
### Contribution | ||
|
||
- Your contributions and suggestions are heartily ♥ welcome. [See here the contribution guidelines.](/.github/CONTRIBUTING.md) Please, report bugs via [issues page](https://github.com/convisolabs/CVWA/issues) and for security issues, see here the [security policy.](/SECURITY.md) (✿ ◕‿◕) | ||
|
||
--- | ||
|
||
### License | ||
|
||
- This work is licensed under [MIT License.](/LICENSE.md) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<div id="posts-area"> | ||
<div class="posts"> | ||
<h2>Exploiting XSS Attacks</h2> | ||
<span class="post-date">Published on 19 Mar 2021</span> | ||
<img width="620px" src="../assets/images/js.png"> | ||
<p> | ||
Vivamus libero sapien, ultrices pellentesque euismod et, ultricies a nunc. Curabitur ut ullamcorper orci. Etiam quis odio mauris. Curabitur a interdum ligula. Fusce nec rhoncus ex. Donec posuere mollis mi ac porttitor. Nam sit amet molestie lorem. Sed iaculis nunc ligula, faucibus tincidunt odio egestas eu. | ||
</p> | ||
<a href=/site/index.php">Keep Reading</a> | ||
</div> | ||
<div class="posts"> | ||
<h2>#whoami</h2> | ||
<span class="post-date">Published on 18 Mar 2021</span> | ||
<img width="620px" src="../assets/images/gladius-with-background.jpg"> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur dignissim bibendum odio, eget rutrum leo volutpat nec. Duis commodo justo vel lectus aliquam, id vehicula erat laoreet. Sed eu libero quam. Duis nec iaculis lorem. Sed suscipit et mi eget varius. Sed a convallis dui. | ||
</p> | ||
<a href="/site/about.php">Keep Reading</a> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<footer> | ||
<div id="baseboard"> | ||
<b>All rights reserved</b> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<head> | ||
<title>Gladius InfoSec Blog</title> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" type="text/css" href="../assets/css/style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="icon" type="image/png" href="../assets/images/favicon.png"/> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<header> | ||
<div id="header"> | ||
<div id="logo"> | ||
<h1>Gladius<span class="white"> InfoSec Blog<span> <h1> | ||
</div> | ||
<div id="menu"> | ||
<a href="render.php?page=site/index"><b>Home</b></a> | ||
<a href="render.php?page=site/404"><b>News</b></a> | ||
<a href="render.php?page=site/404"><b>Tutorials</b></a> | ||
<a href="render.php?page=site/about"><b>About</b></a> | ||
</div> | ||
</div> | ||
<img class="absolute" src="../assets/images/gladius-transparent.png"> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="side-content"> | ||
<form class="example" action="index.php"> | ||
<input type="text" placeholder="Search.." name="search"> | ||
<button type="submit"><i class="fa fa-search"></i></button> | ||
</form> | ||
<br> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div class="side-content"> | ||
<h3>Recent Posts</h3> | ||
<div class="side-posts"> | ||
<p>Exploiting XSS Attacks</p> | ||
<a href="index.php">Read More</a> | ||
</div> | ||
<div class="side-posts" style="border-bottom: none;"> | ||
<p>#whoami</p> | ||
<a href="/about.php">Read More</a> | ||
</div> | ||
</div> | ||
|
||
<div class="side-content"> | ||
<h3>Categories</h3> | ||
<a href="?category=webhacking">Web Hacking</a><br> | ||
<a href="?category=mobilehacking">Mobile Hacking</a><br> | ||
<a href="?category=osint">OSINT</a><br> | ||
<a href="?category=tools">Tools</a><br> | ||
<a href="?category=privesc">PrivEsc</a> | ||
</div> | ||
</div> |
Oops, something went wrong.