Starting to add the first osint challenge

This commit is contained in:
Christopher Talib 2019-05-17 16:15:13 +02:00
parent 6314fab2ec
commit dfc206b57a
5 changed files with 63 additions and 0 deletions

5
applications/README.md Normal file
View File

@ -0,0 +1,5 @@
# This folder contains the application needed for the challenges
## OSINT
* Blog: a blog with information hidden within it. Used for the first chapter of OSINT challenges.

View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>The blog of Robert Helmont</title>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>Welcome to my blog!</h1>
</div>
<div class="row posts">
<div class="post">
<h2>C Y B E R</h2>
<p>Did you know you could hide things in a web page?</p>
<p id="hidden">{flag_YouCannotFindMe}</p>
</div>
<div class="post">
<h2>This is my first article!</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fuga qui natus id pariatur debitis
officiis,
odit repellendus culpa quia obcaecati quisquam. Sapiente accusamus possimus tenetur blanditiis
laudantium inventore modi vitae.</p>
</div>
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,15 @@
.posts {
display: flex;
justify-content: center;
}
.post {
border: 1px solid black;
color: black;
padding: 10px;
margin: 10px;
}
#hidden {
color: white;
}

View File

@ -0,0 +1,5 @@
# Welcome to Open-Source Intelligence
Did you know that some people's job is to find information on the Internet?
Let's warm up a bit. Can you find Alphonse Daudet's birthdate?

View File

@ -0,0 +1 @@
* 13 May 1840