Delete Electronbuzz.md

This commit is contained in:
ARZ 2021-10-07 05:27:53 +05:00 committed by GitHub
parent ef3e7214e5
commit 70325896f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +0,0 @@
# 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
<img src="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`
<img src="https://i.imgur.com/yivO93v.png"/>
And we can get the flag by reading `challenge.yml`
<img src="https://i.imgur.com/8Q0KleS.png"/>
## References
- https://stackoverflow.com/questions/38523617/how-to-unpack-an-asar-file