Sunday, December 24, 2023

(My)SQL Injection Attack [Tutorial]

Imagine you're baking a delicious batch of cookies, following your grandma's secret recipe. But then, a mischievous squirrel sneaks in and replaces a pinch of cinnamon with a dash of…mystery powder! That's kind of like an SQL injection (SQLi) attack. Hackers, like mischievous squirrels, exploit website vulnerabilities by sneaking malicious code into user input fields.

This "mystery powder" can trick the website's database (the oven) into baking something entirely different – maybe stealing your recipe, adding unwanted ingredients, or even burning the whole batch!

Thankfully, website bakers have special tools like data validation and locking cabinets to keep their ovens squirrel-proof and cookies safe. So, next time you trust a website with your information, remember: just like you wouldn't share your grandma's secret recipe with a squirrel, be careful what you input online. Keep your digital cookies safe from sneaky squirrels!

Let's crack open the hood of this website and peek at its inner workings, not to exploit weaknesses but to understand the delicate dance between data and security. Think of it as a friendly spelunking expedition through the code caves, unearthing the hidden tunnels and secret chambers that protect precious information. We'll be explorers, not exploiters, mapping the landscape of potential vulnerabilities so developers can equip their online fortresses with sturdier shields and clever traps (figuratively speaking, of course!). It's all about knowledge, not mischief, and like any good spelunker, we'll emerge with a newfound respect for the intricate systems that keep our digital world humming. So, grab your metaphorical helmet and headlamp, and let's embark on this educational adventure!
In this article, we will exploit this website for Dog Viewer. By default, without entering any ID, it displays Name: Saranac for ID: 1, which we can also get through this URL: https://web.ctflearn.com/web8/?id=1.

[How To] Unfollow Non-followers on Instagram

This tutorial walks you through the fastest and safest way to find and unfollow Instagram users who don't follow you back without logging in to third-party services, downloading browser extensions, or installing apps or software. 

Following the 15 steps mentioned in this article, you will end up with the accounts you follow but who don't follow you back. You need to go to each profile manually to unfollow them.


Step 1 - Go to https://www.instagram.com/ and log in with your credentials.

Step 2 - Go to "Profile" (button with your display picture) >> "Settings and privacy" (button with the gear icon) >> "See more in Accounts Center."

Monday, September 04, 2023

Simplify Rational Numbers in Python

to_Rational