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 this when we open it: It contains an iframe to 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 parameter as your TextArea/TextView. Github Gist: https://gist.github.com/yashrs/e4e064f036157dbbb0675bee6d88caee Thanks for reading! 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 and I turned on my notifications on YouTube. This was 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 run your first HelloWorld App with AngularS Getting started Welcome 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 best integration, but sometimes it just wastes lots of time 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, please comment and we will help you out. Install Anaconda Read more…
Well, the IMAD Exam is around the corner and we all want to score good marks in the exam. So, I am posting the PDF file which contains all the questions asked this year. Don’t have any type fear for appearing for the exam. Just believe in yourself and have Read more…
Here is a small video to teach you about Binary Search. It is implemented with Python. Well, don’t focus on the language much, just focus on the logics :)! Because, here we aim to please š
Please comment if you find any answer wrong or if there is any discrepancy. Thanks! š Here, we aim to please š [quads id=1] 1) SupposeĀ uĀ andĀ vĀ both denote sets in Python. Under what condition can we guarantee thatĀ u – (u – v) == v? a) The setsĀ uĀ andĀ vĀ should be disjoint. b) The Read more…