ctf-writeup/VU CYBERTHON 2023/What is the brand (vendor) .../README.md

14 lines
299 B
Markdown
Raw Normal View History

2023-02-25 19:52:00 +00:00
# What is the brand (vendor) of phone
> What is the brand (vendor) of phone?
## About the Challenge
We need to find the brand of the phone
## How to Solve?
I can get the vendor of the phone because I found the package name on `/root/data/` directory
![vendor](images/samsung.png)
```
Samsung
```