Hi guys hope you are having a nice day. This CTF we will be doing is an android apk, thus we have to decompile it to analyze the source code. Overview: H1 Thermostat Level: Easy Total Flags: 2 After de-compiling the apk, first look at the AndroidManifest.xml, this xml file will tell you what packagesContinue reading “Hacker101 – H1 Thermostat”
Tag Archives: Hacker101 CTF
Hacker101 – Ticketastic
Onto another CTF in Hacker101, Ticketastic:Live Instance. I will go straight to the point, so after playing around with the demo instances, I found out the website is vulnerable XSS attack while submitting as XSS script via the ‘Submit a Ticket’ page. And since, the hint given to us is “This level and the TicketasticContinue reading “Hacker101 – Ticketastic”
Hacker101 – Intentional Exercise
Hi guys, a brand new day means a brand new CTF for us to do 🙂 For today, we will looking through the Android APK. Same as ‘Hello World!’ CTF, in order to know how the application worked, we have to decompile it and look through the source code. I decompile the android apk, unzipContinue reading “Hacker101 – Intentional Exercise”
Hacker101 – TempImage
I will be doing TempImage CTF on Hacker101 today, enjoy. Hints given: File uploads can be hard to pin down What happens to your filename when you see an uploaded file? What if you make a small change to the path? As usual check the source page first. Just mess around with the site toContinue reading “Hacker101 – TempImage”
Hacker101 – “Hello World!”
Hi guys!!! Happy 2020 to you all. Hope you have a new year resolution to solve CTF ahahahah (just joking). Today, we will be doing Hacker101 CTF “Hello World!”. So based on the website, there is a input box ‘STDIN’ and a link to download a vulnerable binary program. The first hint given for thisContinue reading “Hacker101 – “Hello World!””
Hacker101 – BugDB v3
We have now arrived at the last version of BugDB, version 3. At this post/stage, if you are reading it, you should have a bit of understanding how the queries worked, and explore the schema in the GraphiQL client browser. Leggo!!!! BugDBv3!!!! The given hint is “What new functionality was added?”. This brought me toContinue reading “Hacker101 – BugDB v3”
Hacker101 – BugDB v2
Alright let’s get starting with BugDBv2, similar to the first BugDBv1, it is on GraphiQL. So for this BugDBv2, there is additional ‘Root’ type called ‘mutation’. You can find it under the tab button called ‘Docs’. Click on ‘MyMutattions’ and it will show you a field structure. I searched up, what is ‘Mutation’ in GraphiQL,Continue reading “Hacker101 – BugDB v2”
Hacker101 – Cody’s first blog
Today, I will be doing Cody’s First Blog from Hacker101. This challenge is on Moderate level and has 3 Flags to be discovered. Flag 0: Found As the information given, we know that the blog is written in PHP and PHP function include() is some what useful for us. Then, we have this comment boxContinue reading “Hacker101 – Cody’s first blog”
Hacker101 – BugDBv1
Hi all, hope you have a nice day at work. Today I will be doing on GraphiQL CTF. This CTF requires a bit of knowledge on GraphiQL though I do not have any idea on GraphiQL, I went to search up and understand that the query format is in Json format. So, I was lazyContinue reading “Hacker101 – BugDBv1”
Hacker101 – Postbook
Hi guys hope you all have a nice weekend. Today we will be covering on Postbook from Hacker101 CTF. Overview: Name: Postbook Difficulty: Easy Total Flags: 7 Though there are total of 7 flags, it is quite easy to solve and since I am editing this post while doing the CTF in the morning, IContinue reading “Hacker101 – Postbook”