Skip to content
Snippets Groups Projects
Commit 1f3f9a67 authored by Thomas Kleb's avatar Thomas Kleb
Browse files

deleted nonused files

parent 274a7538
No related branches found
No related tags found
No related merge requests found
# Use this file to pass any environment variables to your container (KEY=VALUE syntax).
GOLDNUGGET=SED_GOLDNUGGET
\ No newline at end of file
......@@ -2,8 +2,6 @@ version: "3.9"
services:
lab:
build: .
env_file:
- 1bd2b187-5960-41c0-b698-9ea55e13a9e5.env
ports:
- "80:80"
- "1345:1345"
#!/usr/bin/with-contenv bash
# Use this script to write / replace the goldnugget to the correct place.
# The goldnugget is available as $GOLDNUGGET.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>RE Labs - Remote Login</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<div class="main_page">
<div class="content_section floating_element">
<div class="section_header">
<h1>Welcome to the Remote Login Lab</h1>
<div id="changes"></div><br>
<a href="server.exe">Executable for analysis</a><br><br>
<br>
<br>
find out the flag by analyzing the server.exe and using your knowledge on the server
<br>
</div>
</div>
</div>
</body>
</html>
.center {
text-align: center;
}
.center table {
margin-left: auto;
margin-right: auto;
caption-side: bottom;
}
a {
color: #D6474F;
}
a:visited {
color: #D6474F;
}
body {
}
.small {
font-size: 75%;
}
.large {
font-size: 125%;
}
* {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body, html {
padding: 3px 3px 3px 3px;
font-family: verdana, sans-serif;
background: #2B3139;
color: #DDDDDD;
font-size: 11pt;
text-align: center;
}
div.main_page {
position: relative;
display: table;
width: 800px;
margin-bottom: 3px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
border-width: 2px;
border-color: #212738;
border-style: solid;
background-color: #2B3139;
text-align: center;
}
div.page_header {
height: 99px;
width: 100%;
background-color: #2B3139;
}
div.page_header span {
margin: 15px 0px 0px 50px;
font-size: 180%;
font-weight: bold;
}
div.page_header img {
margin: 3px 0px 0px 40px;
border: 0px 0px 0px;
}
div.table_of_contents {
clear: left;
min-width: 200px;
margin: 3px 3px 3px 3px;
background-color: #2B3139;
text-align: left;
}
div.table_of_contents_item {
clear: left;
width: 100%;
margin: 4px 0px 0px 0px;
background-color: #2B3139;
color: #000000;
text-align: left;
}
div.table_of_contents_item a {
margin: 6px 0px 0px 6px;
}
div.content_section {
margin: 3px 3px 3px 3px;
background-color: #2B3139;
text-align: left;
}
div.content_section_text {
padding: 4px 8px 4px 8px;
color: #000000;
font-size: 100%;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #2B3139;
font-style: italic;
}
div.content_section_text p {
margin-bottom: 6px;
}
div.content_section_text ul, div.content_section_text li {
padding: 4px 8px 4px 16px;
}
div.section_header {
padding: 3px 6px 3px 6px;
background: #2B3139;
color: #DDDDDD;
font-weight: bold;
font-size: 112%;
text-align: center;
}
div.section_header_red {
background-color: #CD214F;
}
div.section_header_grey {
background-color: #9F9386;
}
.floating_element {
position: relative;
}
div.table_of_contents_item a,
div.content_section_text a {
text-decoration: none;
font-weight: bold;
}
div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
color: #000000;
}
div.table_of_contents_item a:hover {
background-color: #000000;
color: #2B3139;
}
div.content_section_text a:link,
div.content_section_text a:visited,
div.content_section_text a:active {
background-color: #DCDFE6;
color: #000000;
}
div.content_section_text a:hover {
background-color: #000000;
color: #DCDFE6;
}
div.validator {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment