-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeed.xml
executable file
·263 lines (132 loc) · 5.49 KB
/
feed.xml
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
249
250
251
252
253
254
255
256
257
258
259
260
261
<feed xmlns="http://www.w3.org/2005/Atom">
<id>http://0.0.0.0:4000/</id>
<title>tinyb0y</title>
<subtitle>This blog is a collection of writeups. Hackthebox, TryHackMe, Bugs</subtitle>
<updated>2022-01-18T11:53:21+05:30</updated>
<author>
<name>tinyb0y</name>
<uri>http://0.0.0.0:4000/</uri>
</author>
<link rel="self" type="application/atom+xml" href="http://0.0.0.0:4000/feed.xml"/>
<link rel="alternate" type="text/html" hreflang="en"
href="http://0.0.0.0:4000/"/>
<generator uri="https://jekyllrb.com/" version="4.2.0">Jekyll</generator>
<rights> © 2022 tinyb0y </rights>
<icon>/assets/img/favicons/favicon.ico</icon>
<logo>/assets/img/favicons/favicon-96x96.png</logo>
<entry>
<title>Developer HTB</title>
<link href="http://0.0.0.0:4000/posts/Developer/" rel="alternate" type="text/html" title="Developer HTB" />
<published>2022-01-15T05:30:00+05:30</published>
<updated>2022-01-15T05:30:00+05:30</updated>
<id>http://0.0.0.0:4000/posts/Developer/</id>
<content src="http://0.0.0.0:4000/posts/Developer/" />
<author>
<name>tinyb0y</name>
</author>
<category term="hackthebox" />
<category term="linux" />
<summary>
A tricky machine where we had to phish the administrator to obtain the credentials using tabnabbing technique. Next exploiting sentry application to execute command injection. Third Stage is to reverse the binary and decode the message to obtain a password.
Stage 1: TabNabbing Attack
Stage 2: Sentry RCE
Stage 3: 64 bit ELF Reverse Engineering
NMAP
Nmap scan report for 10.129.219.217
Host...
</summary>
</entry>
<entry>
<title>Previse HTB</title>
<link href="http://0.0.0.0:4000/posts/Previse/" rel="alternate" type="text/html" title="Previse HTB" />
<published>2022-01-08T05:30:00+05:30</published>
<updated>2022-01-08T05:30:00+05:30</updated>
<id>http://0.0.0.0:4000/posts/Previse/</id>
<content src="http://0.0.0.0:4000/posts/Previse/" />
<author>
<name>tinyb0y</name>
</author>
<category term="hackthebox" />
<category term="linux" />
<summary>
An easy box with an unvalidated redirection vulnerability, access to registration page and dump the file sitebackup.zip and exploit a post parameter to get remote code execution on the machine. Use the mysql configuration file and enumerate accounts in database and crack the password to get user on the machine. For root the sudo user can run a script where the attacker can inject the path va...
</summary>
</entry>
<entry>
<title>Writer HTB</title>
<link href="http://0.0.0.0:4000/posts/Writer/" rel="alternate" type="text/html" title="Writer HTB" />
<published>2021-12-11T05:30:00+05:30</published>
<updated>2021-12-11T05:30:00+05:30</updated>
<id>http://0.0.0.0:4000/posts/Writer/</id>
<content src="http://0.0.0.0:4000/posts/Writer/" />
<author>
<name>tinyb0y</name>
</author>
<category term="hackthebox" />
<category term="linux" />
<summary>
Writer
A very good box with a good knowledge on how postfix filters work and ubuntu apt installer.
Nmap
Recon
SQL Injection
FootHold
User escalation
Root Privilege Escalation
Nmap
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.2 (Ubuntu Linux; protocol 2.0)
80/tcp open http Apache httpd 2.4.41 ((Ubuntu))
|_http-server-head...
</summary>
</entry>
<entry>
<title>Pikaboo HTB</title>
<link href="http://0.0.0.0:4000/posts/Pikaboo/" rel="alternate" type="text/html" title="Pikaboo HTB" />
<published>2021-12-04T05:30:00+05:30</published>
<updated>2021-12-04T05:30:00+05:30</updated>
<id>http://0.0.0.0:4000/posts/Pikaboo/</id>
<content src="http://0.0.0.0:4000/posts/Pikaboo/" />
<author>
<name>tinyb0y</name>
</author>
<category term="hackthebox" />
<category term="linux" />
<summary>
A very tough box with a good knowlege of webservers and perl scripting and a bit of code workthrough.
Nmap
Recon
Nginx/Apache Misconfiguration
FootHold
User escalation
Root Privilege Escalation
Nmap
root@kali:~/ctf/htb/Pikaboo/10.129.142.104/nmap# cat Basic_10.129.142.104.nmap
# Nmap 7.80 scan initiated Sun Jul 18 00:53:07 2021 as: nmap -Pn -sCV -p21,22,80 -oN nmap/Basic_10.1...
</summary>
</entry>
<entry>
<title>Intelligence HTB</title>
<link href="http://0.0.0.0:4000/posts/Intelligence/" rel="alternate" type="text/html" title="Intelligence HTB" />
<published>2021-12-04T05:30:00+05:30</published>
<updated>2021-12-04T05:30:00+05:30</updated>
<id>http://0.0.0.0:4000/posts/Intelligence/</id>
<content src="http://0.0.0.0:4000/posts/Intelligence/" />
<author>
<name>tinyb0y</name>
</author>
<category term="hackthebox" />
<category term="windows" />
<summary>
Nmap Scan
PORT STATE SERVICE VERSION
53/tcp open domain?
80/tcp open http Microsoft IIS httpd 10.0
|_http-server-header: Microsoft-IIS/10.0
88/tcp open kerberos-sec Microsoft Windows Kerberos (server time: 2021-07-04 12:15:15Z)
135/tcp open msrpc Microsoft Windows RPC
139/tcp open netbios-ssn Microsoft Windows netbios-ssn
389/tcp open ldap ...
</summary>
</entry>
</feed>