Skip to content

Commit bd094ed

Browse files
authored
Update index.html
make it read like a bit less of a resume where i'm trying to get hired
1 parent c6ad068 commit bd094ed

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

index.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ <h1>DESCRIPTION</h1>
3030

3131
<h1>PROJECTS</h1>
3232
<ul>
33-
<li><a href="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><a href="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>
3434
<li><a href="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><a href="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><a href="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>
3636
<li><a href="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>
3737
<li><a href="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>
3838
<li><a href="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>
4242
<li><a href="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>
4343
<li><a href="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>
4444
<li><a href="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><a href="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: <a href="https://dev.bukkit.org/projects/clickedit">editing signs by simply right-clicking them</a> (200k+ downloads), <a href="https://dev.bukkit.org/projects/enchantmore">adding new custom enchanements</a> (35k+), <a href="https://dev.bukkit.org/projects/motdeditor">animated server status messages</a> (80k+), <a href="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+), <a href="https://i.imgur.com/YmfZUpq.png">hologram item shops</a> (2k, $5 ea.), and <a href="https://i.imgur.com/X8rtWuz.png">MMO-like physical item drops</a> (1k, $5 ea.)</li>
45+
<li><a href="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: <a href="https://dev.bukkit.org/projects/clickedit">editing signs by simply right-clicking them</a> (200k+ downloads), <a href="https://dev.bukkit.org/projects/enchantmore">adding new custom enchantments</a>, <a href="https://dev.bukkit.org/projects/motdeditor">animated server status messages</a>, <a href="https://bukkit.org/threads/lib-imagemessage-v2-1-send-images-to-players-via-the-chat.204902/">library to send ASCII images in chat</a>, <a href="https://i.imgur.com/YmfZUpq.png">hologram item shops</a>, and <a href="https://i.imgur.com/X8rtWuz.png">MMO-like physical item drops</a></li>
4646
</ul>
4747

4848
<h1>RESEARCH</h1>
4949
<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>
5051
<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 <a href="https://access.redhat.com/security/cve/cve-2020-14343">CVE-2020-14343</a> with a 9.8 CVSS score</li>
5152
</ul>
5253

@@ -60,16 +61,6 @@ <h1>WORK</h1>
6061
<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>
6162
</ul>
6263

63-
<h1>SKILLS</h1>
64-
<ul>
65-
<li>Languages: Kotlin, Java, Rust, Python, C, Node.js/JavaScript/TypeScript/Flow, HTML/CSS, PHP, C++, Solidity</li>
66-
<li>Frameworks: Flask, Django, MeteorJS, Redux, OpenGL, OpenCV, Android SDK, React/React Native</li>
67-
<li>Devtools: git, Docker, K8s, Gradle, Bazel, Babel, Webpack, Make</li>
68-
<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 <a href="https://cryptopals.com/">Cryptopals challenges</a></li>
70-
<li>Familiarity with Blockchain and smart contracts, specifically Ethereum and the EVM internals</li>
71-
</ul>
72-
7364
<h1>OTHER</h1>
7465
<p>
7566
<a href="https://blog.ankursundara.com">BLOG(1)</a>

0 commit comments

Comments
 (0)