-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (187 loc) · 8.1 KB
/
index.html
File metadata and controls
248 lines (187 loc) · 8.1 KB
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
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="google-site-verification" content="TZE0rZyIqLl10trYu3BWBWa1Vmz6HFwhb2OcNEK4u-s" />
<link rel="shortcut icon" href= /img/favicon.ico >
<title>
TheFirstAvenger
</title>
<meta name="description" content= Queremos seguir aprendiendo y compartir nuestra passion por la Ciberseguridad >
<meta name="keywords" content= windows, linux, CVE, vulnerabilidades, seguridad, ciberseguridad, hacking, pentest, pentesting, red team, hacking web, cheat sheet, OSCP, OSCE, pentesters >
<link rel="stylesheet" href="/libs/highlight/styles/monokai-sublime.css">
<link rel="stylesheet" href="/libs/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
<meta name="generator" content="Hexo 4.2.1"></head>
<body id="bodyx">
<div class="hd logodiv">
<img src="/img/Picture-profile.png" class="logopng" alt="logo">
<p class="logot">
Th3FirstAvenger
<span class="logo_2"></span>
<h3 class="words" style="font-weight: bold;font-family: Georgia;">
Apasionado en la Ciberseguridad / CTF player / Estudiante / Administrador de sistemas
</h3>
</p>
</div>
<div class="hd">
<ol class="breadcrumb">
<li><a class="ba" href="/">Inicio</a></li>
<li><a class="ba" href="/about">Sobre MI</a></li>
<li><a class="ba" href="/tags/HTB/">HackTheBox</a></li>
<li><a class="ba" href="/tags/THM/">TryHackMe</a></li>
<li><a class="ba" href="/tags/Web/">Web</a></li>
<li><a class="ba" href="/tags/Windows/">Windows</a></li>
<li><a class="ba" href="/tags/Linux/">Linux</a></li>
<li><a class="ba" href="/apuntes/">Apuntes</a></li>
<script src="/libs/jquery.min.js"></script>
<script src="/js/search.js"></script>
<form class="site-search-form">
<i class="fa fa-search" id="search-logo"><input type="text" id="local-search-input" class="st-search-input" /></i>
</form>
<div id="local-search-result" class="local-search-result-cls"></div>
<script type="text/javascript" id="local.search.active">
var inputArea = document.querySelector("#local-search-input");
var getSearchFile = function(){
var path = "/search.xml";
searchFunc(path, 'local-search-input', 'local-search-result');
}
inputArea.onfocus = function(){ getSearchFile() }
var $resetButton = $("#search-form .fa-times");
var $resultArea = $("#local-search-result");
inputArea.oninput = function(){ $resetButton.show(); }
resetSearch = function(){
$resultArea.html("");
document.querySelector("#search-form").reset();
$resetButton.hide();
$(".no-result").hide();
}
inputArea.onkeydown = function(){ if(event.keyCode == 13) return false }
//No search result
$resultArea.bind("DOMNodeRemoved DOMNodeInserted", function(e) {
if (!$(e.target).text()) {
$(".no-result").show(100);
} else {
$(".no-result").hide();
}
})
</script>
</ol>
<hr>
</div>
<div class="hd">
<div class="titlex">
<p><span class="jing"></span><span style="color: #6d9ee7;"> Fecha </span>
2020 🕛
</p>
</div>
<a class="flink" href="/2020/11/06/SQL_i_PART_2/">
<div class="list">
<div class="postname">
SQL injection - Parte 2
</div>
<div class="posttime">
noviembre 6º
</div>
</div>
</a>
<a class="flink" href="/2020/11/05/SQL_i_PART_1/">
<div class="list">
<div class="postname">
SQL injection - Parte 1
</div>
<div class="posttime">
noviembre 5º
</div>
</div>
</a>
<a class="flink" href="/2020/07/08/SSTI/">
<div class="list">
<div class="postname">
Server-side template injection
</div>
<div class="posttime">
julio 8º
</div>
</div>
</a>
<a class="flink" href="/2020/07/03/Hackeando-con-Docker/">
<div class="list">
<div class="postname">
Hackeando con Docker
</div>
<div class="posttime">
julio 3º
</div>
</div>
</a>
<a class="flink" href="/2020/06/29/Tabby/">
<div class="list">
<div class="postname">
Tabby Writeup
</div>
<div class="posttime">
junio 29º
</div>
</div>
</a>
<a class="flink" href="/2020/06/26/Blackfield/">
<div class="list">
<div class="postname">
Blackfiel Writeup
</div>
<div class="posttime">
junio 26º
</div>
</div>
</a>
</div>
<div class="footer" id="footer">
<p><h4>Copyright © 2020 | Author: J4ck21 | Theme By <a class="theme-author" href="https://github.com/Xunzhuo/hexo-theme-coder" target="_blank" rel="noopener" style="font-size:14px; color: #969696">Coder</a></h4>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span id="busuanzi_container_site_pv">Page Views: <span id="busuanzi_value_site_pv"></span></span>
<span class="post-meta-divider">|</span>
<span id="busuanzi_container_site_uv">Unique Visitors: <span id="busuanzi_value_site_uv"></span></span>
<label class="el-switch el-switch-blue el-switch-sm" style="vertical-align: sub;">
<input type="checkbox" name="switch" id="update_style">
<span class="el-switch-style"></span>
</label>
<!-- <script type="text/javascript">
var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cspan id='cnzz_stat_icon_1278548644'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "v1.cnzz.com/stat.php%3Fid%3D1278548644%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));
</script> -->
</p>
</div>
<input type="hidden" id="web_style" value="black">
<input type="hidden" id="valine_appid" value="NOsswOncKgc8HOxqo9oxIWlX-gzGzoHsz">
<input type="hidden" id="valine_appKey" value="z1FihjWEbS8uIfUQdmCtK7zz">
<script src="/libs/jquery.min.js"></script>
<script src="/libs/highlight/highlight.pack.js"></script>
<script src='//cdn.jsdelivr.net/npm/valine@1.3.10/dist/Valine.min.js'></script>
<script src="/js/js.js"></script>
<style type="text/css">
.v * {
color: #698fca;
}
.v .vlist .vcard .vhead .vsys {
color: #3a3e4a;
}
.v .vlist .vcard .vh .vmeta .vat {
color: #638fd5;
}
.v .vlist .vcard .vhead .vnick {
color: #6ba1ff;
}
.v a {
color: #8696b1;
}
.v .vlist .vcard .vhead .vnick:hover {
color: #669bfc;
}
</style>
<script type="text/javascript" color="173,174,173" opacity='1' zIndex="-2" count="99" src="//cdn.bootcss.com/canvas-nest.js/1.0.0/canvas-nest.min.js"></script>
</body>
</html>