You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-13Lines changed: 4 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ <h1>DESCRIPTION</h1>
30
30
31
31
<h1>PROJECTS</h1>
32
32
<ul>
33
-
<li><ahref="https://arxenix.dev/valheim-tools/character">valheim-save-editor</a>/Jan 2021: Reverse engineered the save file format for a popular game called valheim, and made an online editor for it</li>
33
+
<li><ahref="https://arxenix.dev/valheim-tools/character">valheim-save-editor</a>/Jan 2021: Reverse engineered the save file format for a popular game called Valheim, and made an online editor for it</li>
34
34
<li><ahref="https://ctftime.org/event/1075">UIUCTF</a>/Jul 2020: Led infra and helped with challenge development for a CTF cybersecurity competition - over 800 teams participated</li>
35
-
<li><ahref="https://github.com/arxenix/starborne-assistant">Starbore Assistant</a>/Jan 2020: Reverse engineered a desktop game called Starborne using dnSpy + Wireshark, and developed a react-native mobile client for it</li>
35
+
<li><ahref="https://github.com/arxenix/starborne-assistant">Starbore Assistant</a>/Jan 2020: Reverse engineered a desktop game called Starborne using dnSpy + Wireshark, and developed a mobile client for it</li>
36
36
<li><ahref="https://github.com/sigpwny/sigpwny-shibboleth-auth">SIGPwny Shibboleth Auth</a>/Oct 2019: Set up a dockerized shibboleth service provider & discord bot to authenticate users to the SIGPwny (UIUC InfoSec club) discord server</li>
37
37
<li><ahref="https://github.com/arxenix/firebase-scanner">firebase-scanner</a>/Apr 2019: Set of tools to automatically scan for firebase databases and endpoints within the databases, and dump available data</li>
38
38
<li><ahref="https://github.com/arxenix/react-dagre-d3">react-dagre-d3</a>/Jul 2018: React component for creating and doing automatic layout of DAGs</li>
@@ -42,11 +42,12 @@ <h1>PROJECTS</h1>
42
42
<li><ahref="https://github.com/arxenix/LaundryAlert">LaundryAlert</a>/Jun 2016: Cross-platform app written in Dart for tracking laundry machine status at U of I</li>
43
43
<li><ahref="https://github.com/arxenix/Scibowl-Practice-v2">SciBowl Practice</a>/Apr 2016: SPA webapp in MeteorJS to practice random questions for USDoE's Science Bowl</li>
44
44
<li><ahref="https://github.com/krx/HackExeter-EyeSpy">EyeSpy</a>/May 2016: Application to control your computer mouse using only your eyes. Won 1st place in HackExeter 2016</li>
45
-
<li><ahref="https://bukkit.org/members/bobacadodl.90595184/">Minecraft Server Plugins</a>/2013-2015: I made a ton of random Minecraft server plugins, you may have seen a few if you played a lot of multiplayer Minecraft. Some of the unique (first to implement) things I did: <ahref="https://dev.bukkit.org/projects/clickedit">editing signs by simply right-clicking them</a> (200k+ downloads), <ahref="https://dev.bukkit.org/projects/enchantmore">adding new custom enchanements</a> (35k+), <ahref="https://dev.bukkit.org/projects/motdeditor">animated server status messages</a> (80k+), <ahref="https://bukkit.org/threads/lib-imagemessage-v2-1-send-images-to-players-via-the-chat.204902/">library to send ASCII images in chat</a> (1.5M+), <ahref="https://i.imgur.com/YmfZUpq.png">hologram item shops</a> (2k, $5 ea.), and <ahref="https://i.imgur.com/X8rtWuz.png">MMO-like physical item drops</a> (1k, $5 ea.)</li>
45
+
<li><ahref="https://bukkit.org/members/bobacadodl.90595184/">Minecraft Server Plugins</a>/2013-2015: I made a ton of random Minecraft server plugins, you may have seen a few if you played a lot of multiplayer Minecraft. Some of the unique (first to implement) things I did: <ahref="https://dev.bukkit.org/projects/clickedit">editing signs by simply right-clicking them</a> (200k+ downloads), <ahref="https://dev.bukkit.org/projects/enchantmore">adding new custom enchantments</a>, <ahref="https://dev.bukkit.org/projects/motdeditor">animated server status messages</a>, <ahref="https://bukkit.org/threads/lib-imagemessage-v2-1-send-images-to-players-via-the-chat.204902/">library to send ASCII images in chat</a>, <ahref="https://i.imgur.com/YmfZUpq.png">hologram item shops</a>, and <ahref="https://i.imgur.com/X8rtWuz.png">MMO-like physical item drops</a></li>
46
46
</ul>
47
47
48
48
<h1>RESEARCH</h1>
49
49
<ul>
50
+
<li>XS-Leaks/Jun 2021: Found & reported several XS-leaks in major websites that allowed for 3rd party sites to perform user fingerprinting.</li>
50
51
<li>PyYAML 0day/Jul 2020: Found a vulnerability in PyYAML's default deserialization method (FullLoader) which allowed attackers to obtain arbitary code execution. This was assigned <ahref="https://access.redhat.com/security/cve/cve-2020-14343">CVE-2020-14343</a> with a 9.8 CVSS score</li>
51
52
</ul>
52
53
@@ -60,16 +61,6 @@ <h1>WORK</h1>
60
61
<li>Research Intern @ JHU Center for Computational Biology/Summer 2015: Worked with prof Liliana Florea to develop an algorithm for detecting different types of gene alternative splicing events</li>
<li>Pentesting: Kali Linux tools, fuzzing, burp suite</li>
69
-
<li>Familiarity with Cryptography and famous Cryptographic attacks - completed sets 1 through 7 of the <ahref="https://cryptopals.com/">Cryptopals challenges</a></li>
70
-
<li>Familiarity with Blockchain and smart contracts, specifically Ethereum and the EVM internals</li>
0 commit comments