mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2025-02-16 12:08:24 +00:00
681 B
681 B
Electronbuzz (Misc)
In this challenge we were given an electron application in the form of windows,linux file , so I downloaded the debian package and extracted it , on which I app.asar
file , which in electron holds the source code and some configuration file of the main application
![](https://i.imgur.com/BTwLhZx.png)
We can extract this by using npx asar extract app.asar .
, you can install npx
using npm install -g asar
![](https://i.imgur.com/yivO93v.png)
And we can get the flag by reading challenge.yml
![](https://i.imgur.com/8Q0KleS.png)