-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage1.html
241 lines (175 loc) · 7.95 KB
/
page1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>page1</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Rubik:400,700|Rubik+Mono+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--GOOGLE FONTS-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Play&display=swap" rel="stylesheet">
</head>
<body>
<!-- partial:index.partial.html -->
<body>
<nav id="toc" class="mob">
</nav>
<main class="mainee">
<div class="col my-card" >
<!---- <div class="dropdown" style="background-color: black;">
<button class="dropbtn"><i class="fa fa-bars"></i></button>
<div class="dropdown-content" style="left:0;">
<a href="#"><i class="fa fa-home" style="color: rgb(110, 110, 110);"></i></a>
<a href="#"><i class="fa fa-phone" style="color: rgb(110, 110, 110);"></i></a>
</div>
</div>-->
<a href="assets/img/square full.png"><img class="mobu" src="assets/img/square full.png" width="160px"></a>
<div>
<div class="row" style="padding-right: 1rem;">
<div class="col">
<p class="header-page">
<style>
@media (max-width: 900px) {
.header-page {
font-size: 26px;
}
}
</style>
CTF writeups<br>MuONAM CTF 2021<br>
</p>
<div class="m-3" >
<ul class="unstyled d-inline">
<a href="#">
<li class="d-inline-block "><i class="fa fa-user"></i> 0xar11</li>
<li class="d-inline-block"><i class="fa fa-calendar"></i> 21 August 2021</li>
<li class="d-inline-block"><i class="fa fa-folder"></i> Web</li>
</ul>
</div>
<p><br></p>
</div>
</div>
</div>
</div>
<div>
<p class="cont"><br>
some description here ghdfajs blabla sa,ahksfgkvmm sanjay arwewjejvhmvcbm
</p>
</div>
<div class="hr1">
</div>
<h1>Hints</h1>
<div >
This challenge was next version of last year’s GoSQL, you can take look at the writeup here.This time, this challenge wasn’t that hard because you knew what to do and how to go forward in the challenge, So only thing you need to do exploit SQLi(2 times)+SSRF+bypass disable_functions and finally you need to get RCE. Before reading this writeup I suggest you to read last year writeup first.
</div>
<h2>Code</h2>
<div class="cv-code">
<div class="cv-code-header">
<div class="cv-code-buttons">
<span class="fake-button --close" data-close=""></span>
<span class="fake-button --minify" data-minify=""></span>
<span class="fake-button --expand" data-expand=""></span>
</div>
<span class="cv-code-title">Teamfaux@code: ~</span>
</div>
<div class="content">
<div class="instruction">
<span class="user">
<div>
openssl rsa -pubin -inform PEM -text -noout < mykey.pub
</div>
</span>
</div>
</div>
</div>
<h3>Snips</h3>
<!--<a href="assets/img/img1.jpg"><img class="responsive-img" src="assets/img/img1.jpg" width="600px"></a>-->
<a href="assets/img/img1.jpg"></a>
<div class="center" style="justify-content: flex-start;">
<div class="carousel-wrapper">
<!-- abstract radio buttons for slides -->
<input id="slide1" type="radio" name="controls" checked="checked" />
<input id="slide2" type="radio" name="controls" />
<input id="slide3" type="radio" name="controls" />
<input id="slide4" type="radio" name="controls" />
<input id="slide5" type="radio" name="controls" />
<!-- navigation dots -->
<label for="slide1" class="nav-dot"></label>
<label for="slide2" class="nav-dot"></label>
<label for="slide3" class="nav-dot"></label>
<label for="slide4" class="nav-dot"></label>
<label for="slide5" class="nav-dot"></label>
<!-- arrows -->
<label for="slide1" class="left-arrow"> < </label>
<label for="slide2" class="left-arrow"> < </label>
<label for="slide3" class="left-arrow"> < </label>
<label for="slide4" class="left-arrow"> < </label>
<label for="slide5" class="left-arrow"> < </label>
<label for="slide1" class="right-arrow"> > </label>
<label for="slide2" class="right-arrow"> > </label>
<label for="slide3" class="right-arrow"> > </label>
<label for="slide4" class="right-arrow"> > </label>
<label for="slide5" class="right-arrow"> > </label>
<div class="carousel">
<ul>
<li><a href="assets/img/img1.jpg">
<img class="responsive" src="assets/img/img1.jpg" /></a>
</li>
<li>
<a href="assets/img/img1.jpg">
<img class="responsive" src="assets/img/img1.jpg" /></a>
</li>
<li>
<a href="assets/img/img1.jpg">
<img class="responsive" src="assets/img/img1.jpg" /></a>
</li>
<li>
<a href="assets/img/img1.jpg">
<img class="responsive" src="assets/img/img1.jpg" /></a>
</li>
<li>
<a href="assets/img/img1.jpg">
<img class="responsive" src="assets/img/img1.jpg" /></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div>
<br>
This challenge was next version of last year’s GoSQL, you can take look at the writeup here. This time, this challenge wasn’t that hard because you knew what to do and how to go forward in the challenge,
</div>
<h3>Coded</h3>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The final element.
</code></pre></div></div>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
</code></pre></div></div>
<h1>title</h1>
<div >
This challenge was next version of last year’s GoSQL, you can take look at the writeup here.This time, this challenge wasn’t that hard because you knew what to do and how to go forward in the challenge, So only thing you need to do exploit SQLi(2 times)+SSRF+bypass disable_functions and finally you need to get RCE. Before reading this writeup I suggest you to read last year writeup first.
</div>
<h1>title</h1>
<div class="cscr" >
This challenge was next version of last year’s GoSQL, you can take look at the writeup here.This time, this challenge wasn’t that hard because you knew what to do and how to go forward in the challenge, So only thing you need to do exploit SQLi(2 times)+SSRF+bypass disable_functions and finally you need to get RCE. Before reading this writeup I suggest you to read last year writeup first.
</div>
<footer>
<div class="footer b">
<div class="row">
<a href="#"><i class="fa fa-whatsapp"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
<a href="tel:+91 9605917816"><i class="fa fa-phone"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
<div class=" row cent">
Copyright © Team Faux - All rights reserved
</div>
</div>
</footer>
</main>
</body>
<!-- partial -->
<script src="assets/script.js"></script>
</body>
</html>