-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
177 lines (93 loc) · 5.58 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
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Binary World for Binary People :)</title>
<description>A blog about hacking, software, programming, some books or anything fun that I want to talk about. All the opinions on the website are my own.
</description>
<link>http://binholic.com/</link>
<atom:link href="http://binholic.com/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Mon, 08 Jun 2020 23:36:21 +0200</pubDate>
<lastBuildDate>Mon, 08 Jun 2020 23:36:21 +0200</lastBuildDate>
<generator>Jekyll v4.1.0</generator>
<item>
<title>Police Quest CTF Exploit Challenge</title>
<pubDate>Thu, 27 Dec 2018 18:50:00 +0100</pubDate>
<link>http://binholic.com/binholic/2018/12/27/police_quest.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2018/12/27/police_quest.html</guid>
<category>challenge</category>
<category>exploit</category>
<category>binholic</category>
</item>
<item>
<title>Windows Kernel Exploitation : Token stealing payload with the reference counter updated</title>
<pubDate>Sat, 28 Apr 2018 11:33:00 +0200</pubDate>
<link>http://binholic.com/binholic/2018/04/28/windows-kernel-exploitation-token.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2018/04/28/windows-kernel-exploitation-token.html</guid>
<category>binholic</category>
</item>
<item>
<title>Yet Another OSCE Review</title>
<pubDate>Sat, 28 Apr 2018 11:20:00 +0200</pubDate>
<link>http://binholic.com/binholic/2018/04/28/yet-another-osce-review.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2018/04/28/yet-another-osce-review.html</guid>
<category>binholic</category>
</item>
<item>
<title>VulnHub - c0m80 boot2root</title>
<pubDate>Thu, 12 Oct 2017 01:39:00 +0200</pubDate>
<link>http://binholic.com/binholic/2017/10/12/vulnhub-c0m80-boot2root.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2017/10/12/vulnhub-c0m80-boot2root.html</guid>
<category>challenge</category>
<category>exploit</category>
<category>binholic</category>
</item>
<item>
<title>RHMe3 Qualifier - Heap Exploitaiton</title>
<pubDate>Wed, 30 Aug 2017 00:06:00 +0200</pubDate>
<link>http://binholic.com/binholic/2017/08/30/rhme3-qualifier-heap-exploitaiton.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2017/08/30/rhme3-qualifier-heap-exploitaiton.html</guid>
<category>challenge</category>
<category>exploit</category>
<category>binholic</category>
</item>
<item>
<title>Notes on abusing exit handlers, bypassing pointer mangling and glibc ptmalloc hooks</title>
<pubDate>Sat, 20 May 2017 23:08:00 +0200</pubDate>
<link>http://binholic.com/binholic/2017/05/20/notes-on-abusing-exit-handlers.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2017/05/20/notes-on-abusing-exit-handlers.html</guid>
<category>exploit</category>
<category>binholic</category>
</item>
<item>
<title>Yet Another OSCP Review</title>
<pubDate>Fri, 31 Mar 2017 13:55:00 +0200</pubDate>
<link>http://binholic.com/binholic/2017/03/31/yet-another-oscp-review.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2017/03/31/yet-another-oscp-review.html</guid>
<category>binholic</category>
</item>
<item>
<title>[Wargame] Ivan's Amenra : level 1</title>
<pubDate>Fri, 27 Dec 2013 15:27:00 +0100</pubDate>
<link>http://binholic.com/binholic/2013/12/27/ivans-amenra-level-1.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2013/12/27/ivans-amenra-level-1.html</guid>
<category>challenge</category>
<category>exploit</category>
<category>wargame</category>
<category>binholic</category>
</item>
<item>
<title>December HZV Meet : Linux Kernel Exploitation</title>
<pubDate>Wed, 18 Dec 2013 19:09:00 +0100</pubDate>
<link>http://binholic.com/binholic/2013/12/18/december-hzv-meet-linux-kernel.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2013/12/18/december-hzv-meet-linux-kernel.html</guid>
<category>binholic</category>
</item>
<item>
<title>LFI Exploitation : Basics, code execution and information leak</title>
<pubDate>Fri, 13 Dec 2013 23:06:00 +0100</pubDate>
<link>http://binholic.com/binholic/2013/12/13/lfi-exploitation-basics-code-execution.html</link>
<guid isPermaLink="true">http://binholic.com/binholic/2013/12/13/lfi-exploitation-basics-code-execution.html</guid>
<category>binholic</category>
</item>
</channel>
</rss>