fix: fix grammar and some typo on VU Cyberthon
parent
8fc435d776
commit
e3a490d56b
|
@ -7,7 +7,7 @@ We are given a zip code that contain linux directories
|
|||
![preview](images/preview.png)
|
||||
|
||||
## How to Solve?
|
||||
Open the index.html file on `/var/www/html` directories and you will notice there is a base64 encoded msg in line `21`
|
||||
Open the `index.html` file on `/var/www/html` directories and you will notice there is a base64 encoded msg in line `21`
|
||||
|
||||
![base64](images/base64.png)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
We need to find the ICCID Number
|
||||
|
||||
## How to Solve?
|
||||
We can get the ICCID Number in the `root/media/0/Download` directory and find `20221017_141522.jpg` file
|
||||
We can get the ICCID Number in the `root/media/0/Download` directory and find an image named `20221017_141522.jpg`
|
||||
|
||||
![iccid](images/iccid.png)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
We need to find the MSISDN Number
|
||||
|
||||
## How to Solve?
|
||||
We can get the MSISDN Number in the `root/media/0/Download` directory and find `20221017_145325.jpg` file
|
||||
We can get the MSISDN Number in the `root/media/0/Download` directory and find an image named `20221017_145325.jpg`
|
||||
|
||||
![msisdn](images/msisdn.png)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ We are given a zip code that contain HTML file inside of it
|
|||
![preview](images/preview.png)
|
||||
|
||||
## How to Solve?
|
||||
If we open the HTML file and check the source code, you will found brainfuck language
|
||||
If we open the HTML file and check the source code, you will found `brainfuck` language
|
||||
|
||||
![brainfuck](images/brainfuck.png)
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
We need to find the email address that set up on com.android.email
|
||||
|
||||
## How to Solve?
|
||||
We need to find the email by get the SQLite Database first from `/root/data/com.android.email/databases/Emailprovider.db`
|
||||
We can find the email address by exporting the SQLite Database first from `/root/data/com.android.email/databases/Emailprovider.db`
|
||||
|
||||
![exports](images/exports.png)
|
||||
|
||||
Open the SQLite database using `DB Browser for SQlite` and import the database. In the `Account` table, we can see the email
|
||||
Open the SQLite database using `DB Browser for SQlite` software and import the database. In the `Account` table, we can see the email
|
||||
|
||||
![email](images/email.png)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
We need to find the name and the extensions of file which is talking about rifles
|
||||
|
||||
## How to Solve?
|
||||
There is a picture that related to rifles (You can find the file on `/root/media/0/Telegram/Telegram Audio` folder)
|
||||
There is a audio that related to rifles (You can find the file on `/root/media/0/Telegram/Telegram Audio` folder)
|
||||
|
||||
![rifle](images/rifle.png)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
We need to find the the model of the phone
|
||||
|
||||
## How to Solve?
|
||||
There is a picture that related to rifles (You can find the file on `system/root/SW_Configuration.xml`)
|
||||
There is a configuration file that printed the model of the phone (You can find the file on `/system/root/SW_Configuration.xml`)
|
||||
|
||||
![model](images/model.png)
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
We need to find the name of WhatsApp user
|
||||
|
||||
## How to Solve?
|
||||
We need to find the email by get the SQLite Database first from `/root/data/com.whatsapp/databases/wa.db`
|
||||
We can find the email by exporting the SQLite Database first from `/root/data/com.whatsapp/databases/wa.db`
|
||||
|
||||
![exports](images/exports.png)
|
||||
|
||||
Open the SQLite database using `DB Browser for SQlite` and import the database. In the `wa_contacts` table, we can see the email
|
||||
Open the SQLite database using `DB Browser for SQlite` software and import the database. In the `wa_contacts` table, we can see the name of WhatsApp user
|
||||
|
||||
![contacts](images/contacts.png)
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
We need to find the name of the username telegram
|
||||
|
||||
## How to Solve?
|
||||
Go to `root/data/org.telegram.mesengger.web/files` (Don't check `org.telegram.mesengger`). And then extract `cache4.db` file
|
||||
Go to `root/data/org.telegram.mesengger.web/files` (Don't check `org.telegram.mesengger`). And then extract `cache4.db` SQLite database
|
||||
|
||||
![extract](images/extract.png)
|
||||
|
||||
Open the db file using `DB Browser for SQLite` and then find `users` table and you will find the uid
|
||||
Open the database file using `DB Browser for SQLite` software and then find `users` table and you will find the `uid`
|
||||
|
||||
![sqlite](images/sqlite.png)
|
||||
|
||||
|
|
Loading…
Reference in New Issue