diff --git a/VU CYBERTHON 2023/Docker Web/README.md b/VU CYBERTHON 2023/Docker Web/README.md index 5f3210f..83d791d 100644 --- a/VU CYBERTHON 2023/Docker Web/README.md +++ b/VU CYBERTHON 2023/Docker Web/README.md @@ -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) diff --git a/VU CYBERTHON 2023/Find ICCID Number/README.md b/VU CYBERTHON 2023/Find ICCID Number/README.md index 2eab590..b163fdf 100644 --- a/VU CYBERTHON 2023/Find ICCID Number/README.md +++ b/VU CYBERTHON 2023/Find ICCID Number/README.md @@ -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) diff --git a/VU CYBERTHON 2023/Find MSISDN Number/README.md b/VU CYBERTHON 2023/Find MSISDN Number/README.md index 9c78010..e0d7e23 100644 --- a/VU CYBERTHON 2023/Find MSISDN Number/README.md +++ b/VU CYBERTHON 2023/Find MSISDN Number/README.md @@ -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) diff --git a/VU CYBERTHON 2023/Simple Web/README.md b/VU CYBERTHON 2023/Simple Web/README.md index 119d6db..726e647 100644 --- a/VU CYBERTHON 2023/Simple Web/README.md +++ b/VU CYBERTHON 2023/Simple Web/README.md @@ -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) diff --git a/VU CYBERTHON 2023/What email address is setup on com.android.email service/README.md b/VU CYBERTHON 2023/What email address is setup on com.android.email service/README.md index 2c3ca47..fc15640 100644 --- a/VU CYBERTHON 2023/What email address is setup on com.android.email service/README.md +++ b/VU CYBERTHON 2023/What email address is setup on com.android.email service/README.md @@ -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) diff --git a/VU CYBERTHON 2023/What is a name of audio file which is related with rifles/README.md b/VU CYBERTHON 2023/What is a name of audio file which is related with rifles/README.md index 8b54ce7..6940a60 100644 --- a/VU CYBERTHON 2023/What is a name of audio file which is related with rifles/README.md +++ b/VU CYBERTHON 2023/What is a name of audio file which is related with rifles/README.md @@ -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) diff --git a/VU CYBERTHON 2023/What is the model of the phone/README.md b/VU CYBERTHON 2023/What is the model of the phone/README.md index 46e627b..4f8cc3d 100644 --- a/VU CYBERTHON 2023/What is the model of the phone/README.md +++ b/VU CYBERTHON 2023/What is the model of the phone/README.md @@ -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) diff --git a/VU CYBERTHON 2023/What is the name of WhatsApp user which has phone number +37062166565/README.md b/VU CYBERTHON 2023/What is the name of WhatsApp user which has phone number +37062166565/README.md index c87b9d9..b1a7223 100644 --- a/VU CYBERTHON 2023/What is the name of WhatsApp user which has phone number +37062166565/README.md +++ b/VU CYBERTHON 2023/What is the name of WhatsApp user which has phone number +37062166565/README.md @@ -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) diff --git a/VU CYBERTHON 2023/What is the name of the username telegram/README.md b/VU CYBERTHON 2023/What is the name of the username telegram/README.md index 1502994..2116863 100644 --- a/VU CYBERTHON 2023/What is the name of the username telegram/README.md +++ b/VU CYBERTHON 2023/What is the name of the username telegram/README.md @@ -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)