Writeup
Hackoween CTF Solution
Recently, I participated in a CTF called “Hackoween”, which was from 10th October to 15th October 2023. It contained mostly web challenges, but also included a few fun OSINT challenges. Here’s the writeup for the same.
Recently, I participated in a CTF called “Hackoween”, which was from 10th October to 15th October 2023. It contained mostly web challenges, but also included a few fun OSINT challenges. Here’s the writeup for the same.
Hi! Hope you’re doing good. This challenge used many techniques and I learnt a lot of things from it. Thanks to BugPoC for making this challenge. Let’s get started. This was the link for the challenge: https://wacky.buggywebsite.com/. It looks like Read more…
While going through some extensions, I realized that most of them don’t have the undo and redo functionality. So after searching the internet, I have made a small function to do the same. Just call that function with the first Read more…
If you have no experience of Python, C/C++ or Bash, I recommend you check my previous post. Moreover, you will also learn about some basics of buffer-overflow and understand the attack that we are going to create today. Let’s get Read more…
This is blog post will lay the foundations to buffer-overflow. I recommend you read this blog first before going to the practical session which is followed in another post. Overview A buffer overflow, or buffer overrun, is an anomaly where a program while Read more…
TL;DR (Too long; Do read) Hello Hunters, XSS (Cross Site Scripting) is really one of the most common bugs that we have found atleast once somewhere The thing that is not common is how we report it? Most of the Read more…
Hi, So this is my first writeup, I hope you enjoy it! I was just searching around on YouTube if I could find anything but I was really tired and it was 12:30 in the night. I was poking around Read more…
Well there are 2 Angular versions: First is AngularJS and other is Angular2+. In this tutorial series we will see the power of Web Apps made by Angular and leverage it. This post will show you how to install and Read more…
I was developing an Android application based on 11th and 12th Std Science Practicals, Physics and Chemistry( Gujarat Board and CBSE Board), which involved showing YouTube videos inside WebView. I know that we should use YouTube Official API for the Read more…
Have you ever wondered how to quickly parse data and get the best out of it ? Well, you are at the right page then! Without wasting any time let’s get started. If you encounter any issues while setting up, Read more…