-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (122 loc) · 4.54 KB
/
index.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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<link rel="stylesheet" href="./assets/css/style.css">
<title>Ahmethan Gultekin </title>
</head>
<body>
<h1>Ahmethan Gultekin</h1>
<p>hey! i am an ordinary security researcher. i have been working in the fields of mobile application security and web application security since 2012.
sometimes i publish blog posts, and sometimes i give training at various conferences.
in recent years, i have been providing consultancy services and developing products in mobile application security through <a href="https://byterialab.com/">Byteria</a>, the company i founded.
also i actively provide private and public training!
<br><br>
you can get information about trainings and contact me via <a href="mailto:[email protected]">[email protected]</a>.
</p>
<small><a href="mailto:[email protected]">mail</a> - <a href="https://www.linkedin.com/in/ahmethangultekin/">linkedin</a> - <a href="https://github.com/Ahmeth4n">github</a></small>
<h2 id="latest-blog-posts">Latest Blog Posts</h2>
<ul>
<li>
<a href="https://blog.byterialab.com/reversing-googles-new-vm-based-integrity-protection-pairip/"> Reversing Google’s New VM-Based Integrity Protection: PairIP</a>
</li>
<li>
<a href="https://www.fbyte.org/2023/03/a-bit-of-obfuscation-mba-expressions.html"> a bit of obfuscation: MBA expressions, opaque predicates, affine functions</a>
</li>
<li>
<a href="https://www.fbyte.org/2023/01/how-does-safetynet-work-fight-with.html">android - how does safetynet work? (fight with instagram)</a>
</li>
<li>
<a href="https://ahmeth4n.github.io/blog/android_native-library_hooking-tiktok-ssl-bypass.html">what is this "native library"? native library hooking / TikTok SSL Unpinning</a>
</li>
<li>
<a href="https://ahmeth4n.github.io/blog/return-orriented-programming-nedir-ret2libc.html">ROP (Return Orriented Programming) Nedir? biraz rop, biraz libc..</a>
</li>
<li>
<a href="https://ahmeth4n.github.io/blog/plesk-laravel-toolkit-disclosure-of-all-domains-on-the-server.html">Plesk Laravel Toolkit - Disclosure of All Domains On The Server</a>
</li>
<li>
<a href="https://ahmeth4n.github.io/blog/android-reversing-frida-method-overloading.html">android - how can i hook overloaded methods?</a>
</li>
<li>
<a href="https://ahmeth4n.github.io/blog/paypal-xxe-oob-vuln.html">PayPal XML External Entity Vulnerability</a>
</li>
<li>
<a href="https://ahmeth4n.github.io/blog/wordpress-japanese-antiseo-malware.html">Wordpress Japanesse AntiSEO Malware</a>
</li>
</ul>
<h2 id="research-interests">Research Interests</h2>
<ul>
<li>mobile application security analysis</li>
<li>software obfuscation and deobfuscation</li>
<li>static and dynamic program analysis</li>
</ul>
<h2 id="talks--workshops-selection">Talks & Workshops</h2>
<ul>
<li>
<p>
<strong>Altinbas Uni. Bootcamp - Mobile Security Training </strong><br />
<em>(2025)</em><br />
<em><u>Ahmethan Gultekin - M. Faris Acar</u>.</em><br />
<small><a href="https://byterialab.com/assets/slides/Altinbas-Bootcamp-2025-Slide.pdf">pdf</a></small>
</p>
</li>
<li>
<p>
<strong>SiberVatan - Mobile Application Security Training </strong><br />
<em>(2024)</em><br />
<em><u>Ahmethan Gultekin - Eren Simsek</u>.</em><br />
<small><a href="https://ahmeth4n.github.io/slides/SiberVatan%20-%20Mobil%20Uygulama%20Guvenligi%20(2024)%20.pdf">pdf</a></small>
</p>
</li>
</ul>
<h2 id="upcoming-trainings-selection">Upcoming Trainings</h2>
<ul>
<li>
<strong>Advanced Mobile Application Security Training</strong>
<br>
2025-03-10
<br>
Remote, Byteria Public Training
</li>
</ul>
<h2 id="past-trainings-selection">Past Trainings</h2>
<ul>
<li>
<strong>Android Application Security Training</strong>
<br>
2024-08-10
<br>
Remote, Private Training
</li>
<li>
<strong>Mobile Application Security Training</strong>
<br>
2024-07-21
<br>
SiberVatan, Antalya
</li>
<li>
<strong>Dynamic Code Analysis Training</strong>
<br>
2023-10-23
<br>
Remote, Private Training
</li>
<li><strong>Mobile Reversing Techniques Training</strong>
<br>
2023-09-10
<br>
Remote, Private Training
</li>
</ul>
<h2 id="program-committee-member">Publications</h2>
<ul>
<li>Akıllı TV Hackleyelim Mi? (Arka Kapı Dergi): 2021</li>
</ul>
<p align="right" valign="bottom">
<br>no rights reserved.
</p>
</body>
</html>