Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
CTF
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grzegorz
CTF
Commits
fda85003
Commit
fda85003
authored
Apr 06, 2016
by
Grzegorz Pietrusza
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.telemabk.pl:jifwin/CTF
parents
0082b43e
385f0f35
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
33 additions
and
7 deletions
+33
-7
index.php
flags/PHP_1/index.php
+3
-3
README.md
flags/README.md
+1
-1
message.txt
flags/static/f718f2d33ecdc832a24887f92db63f24/message.txt
+4
-0
copy.txt
flags/taiga_62/copy.txt
+4
-1
md5sum.txt
flags/taiga_62/md5sum.txt
+1
-1
message.txt
flags/taiga_62/message.txt
+4
-1
configuration.local.yml
service/configuration.local.yml
+8
-0
configuration.prod.yml
service/configuration.prod.yml
+8
-0
No files found.
flags/PHP_1/index.php
View file @
fda85003
...
@@ -7,9 +7,9 @@ $site = filter_input(INPUT_GET, 'site');
...
@@ -7,9 +7,9 @@ $site = filter_input(INPUT_GET, 'site');
if
(
!
$site
){
if
(
!
$site
){
$site
=
'index'
;
$site
=
'index'
;
}
}
$header
=
filter_input
(
INPUT_SERVER
,
'HTTP_KYN2016'
,
False
);
$header
=
filter_input
(
INPUT_SERVER
,
'HTTP_KYN
_
2016'
,
False
);
if
(
!
$header
){
if
(
!
$header
){
header
(
"KYN2016: How are you?"
);
header
(
"KYN
_
2016: How are you?"
);
}
}
?>
?>
<html>
<html>
...
@@ -35,7 +35,7 @@ Witaj, poniżej kilka linków testowych :)<br />
...
@@ -35,7 +35,7 @@ Witaj, poniżej kilka linków testowych :)<br />
<br
/>
<br
/>
<pre>
<pre>
<?php
<?php
header
(
"KYN2016:
{
$flag
}
"
);
header
(
"KYN
_
2016:
{
$flag
}
"
);
chdir
(
'Hkuas7VKk7'
);
chdir
(
'Hkuas7VKk7'
);
include_once
"
{
$site
}
.txt"
;
include_once
"
{
$site
}
.txt"
;
...
...
flags/README.md
View file @
fda85003
...
@@ -4,7 +4,7 @@ taiga_46:
...
@@ -4,7 +4,7 @@ taiga_46:
taiga_48.html:8e4c93cc865a3b3d85d3613aa0ba9500:
taiga_48.html:8e4c93cc865a3b3d85d3613aa0ba9500:
-
supereasy
-
supereasy
-
Zwykłe przekierowania w JS
-
Zwykłe przekierowania w JS
taiga_62:
f718f2d33ecdc832a24887f92db63f24:
taiga_62:
-
easy
-
easy
-
checksum (bruteforce)
-
checksum (bruteforce)
php_1:
php_1:
...
...
flags/static/f718f2d33ecdc832a24887f92db63f24/message.txt
0 → 100644
View file @
fda85003
Hej,
słyszałam, że potrzebujesz jesteś uczestnikiem Krak Your Net 2016. Udało mi się zdobyć jedną z flag.
Flaga składa się z samych cyfr. Oto ona:
KYN2016_8@36510132984@39764956@1561870@5341
flags/taiga_62/copy.txt
View file @
fda85003
AGH_{8736510-132984639-76495612-15618703-7382}
Hej,
słyszałam, że potrzebujesz jesteś uczestnikiem Krak Your Net 2016. Udało mi się zdobyć jedną z flag.
Flaga składa się z samych cyfr. Oto ona:
KYN2016_87365101329846397649561156187035341
flags/taiga_62/md5sum.txt
View file @
fda85003
caaa589b1d9f8ff4fcd92ed575270553
message.txt
047998436f086d08317249e14c5bd8c0
message.txt
flags/taiga_62/message.txt
View file @
fda85003
AGH_{8736510-132984639-76495612-15618703-@@@@}
Hej,
słyszałam, że potrzebujesz jesteś uczestnikiem Krak Your Net 2016. Udało mi się zdobyć jedną z flag.
Flaga składa się z samych cyfr. Oto ona:
KYN2016_8@36510132984@39764956@1561870@5341
service/configuration.local.yml
View file @
fda85003
...
@@ -132,3 +132,11 @@ webTasks:
...
@@ -132,3 +132,11 @@ webTasks:
flags
:
flags
:
-
value
:
"
KYN2016_OpenYourEyes"
-
value
:
"
KYN2016_OpenYourEyes"
description
:
"
Source"
description
:
"
Source"
-
name
:
"
Wiadomość
od
Alicji"
description
:
"
Alicja
przesłała
Ci
wiadomość.
Niestety
część
wiadomości
jest
nieczytelna,
została
ona
zastąpiona
znakami
'@'.
Na
szczęście,
za
pomocą
innego
kanału
komunikacji
Alicja
przesłała
Ci
hash
md5
wiadomości."
url
:
"
http://localhost:1337/flags/f718f2d33ecdc832a24887f92db63f24/message.txt"
level
:
6
flags
:
-
value
:
"
KYN2016_87365101329846397649561156187035341"
description
:
"
MD5"
service/configuration.prod.yml
View file @
fda85003
...
@@ -132,3 +132,11 @@ webTasks:
...
@@ -132,3 +132,11 @@ webTasks:
flags
:
flags
:
-
value
:
"
KYN2016_OpenYourEyes"
-
value
:
"
KYN2016_OpenYourEyes"
description
:
"
Source"
description
:
"
Source"
-
name
:
"
Wiadomość
od
Alicji"
description
:
"
Alicja
przesłała
Ci
wiadomość.
Niestety
część
wiadomości
jest
nieczytelna,
została
ona
zastąpiona
znakami
'@'.
Na
szczęście,
za
pomocą
innego
kanału
komunikacji
Alicja
przesłała
Ci
hash
md5
wiadomości."
url
:
"
http://localhost:1337/flags/f718f2d33ecdc832a24887f92db63f24/message.txt"
level
:
6
flags
:
-
value
:
"
KYN2016_87365101329846397649561156187035341"
description
:
"
MD5"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment