Thrilled to announce my first CVE: CVE-2026-40931 (CVSS 8.4)!
Discovered a patch bypass in 'compressing' Node.js lib, leading to Arbitrary File Write via Git-delivered poisoning.
Huge thanks to @BuildAndDeploy
Write-up soon! ✍️
#CVE#Infosec#NodeJS#BugBounty#SupplyChain
This is exactly how most Maharashtrian weddings are, especially the ones in Pune.
> No shosha
> No heavy decorations
> No over-the-top performances or drama
> We wear janeu and guruji do exactly what the guruji tells us to do. Kanyadaan and all rites included.
> Saptapadi instead of pheras
> Complete focus on giving high-quality and tasty food (all Maharashtrian, no paneer sabji)
> Entire baraat back home by 3-4pm (after tea)
Our marriage rituals usually begin in the morning and are done by 12pm.
ON MUHURTA! No Delay Acceptable!
Glad to see Sachin not losing his Marathi roots and hope others follow this! 🙂
MCD - BJP
Delhi Govt - BJP
LG - BJP
PM - BJP
Look at what Rekha Gupta govt has done in the last 8 months in Delhi
These people are literally living in hell like conditions.
Govt, system, everyone is sleeping.
Sh@me on Rekha Gupta govt.
💡 Linux Command Mastery: Day 8
🔍 Today’s command: touch 📄
1️⃣ What does touch do?
The touch command is your go-to for creating empty files and updating file timestamps. Whether setting up placeholder files or modifying timestamps, this command is a time-saver!
Linux Command Mastery: Day 7 🧵👇
Today’s focus is on rm—a powerful tool to delete files and directories. Use it wisely! 🗑️⚡
Let’s explore how to remove files and directories effectively while avoiding mistakes. 🧵👇
Linux Command Mastery: Day 6 🧵👇
🔍 Today's command: rmdir 🗑️
rmdir stands for Remove Directory. It’s used to delete empty directories from your Linux filesystem, helping you stay organized and clutter-free. Let’s break it down!
This removes Child first, then Parent if both are empty.
4️⃣ Common Pitfalls:
1. If the directory isn’t empty, you’ll need to manually delete its contents or use a different command like rm -r.
2. Always double-check the directory before deletion to avoid accidental data loss.