Vulnerabilities Explained

This series involves me explaining variety of different vulnerabilities in the real world scenarios.

Curated by: DeadOverflow (221 videos)


Currently Playing: I Found a Strange Windows Behavior That Shouldn’t Exist

In this video, I explore a strange and unexpected behavior in Windows PowerShell. While testing the built-in curl alias (which is actually Invoke-WebRequest), I discovered that it can execute JavaScript in ways that most people wouldn’t expect. I go step by step through my process: checking which window properties exist, testing functions like alert() and confirm(), and seeing how window.location behaves. For demonstration purposes, I show a small, safe loop that opens 5 browser tabs — nothing harmful, nothing destructive, just a proof-of-concept. Important Notes: This is educational only. I am not showing how to crash PCs, create malware, or exploit anyone. Normal web browsers like Chrome, Edge, and Firefox block multiple popups unless triggered by user interaction. This behavior is specific to PowerShell’s MSHTML host. Do not try to reproduce anything with harmful intent. The goal is to raise awareness of this unexpected behavior and highlight a potential design flaw in PowerShell. Takeaways: Always use curl.exe in PowerShell if you want predictable, safe behavior. Never run untrusted commands in PowerShell or any terminal. Being curious is good — but ethical exploration is better! If you enjoy responsible tech discovery videos like this, subscribe and stay tuned for more safe and educational explorations. https://hackerone.com/reports/3442024 https://daniel.haxx.se/blog/2016/08/19/removing-the-powershell-curl-alias/ ANDROID HACKING COURSE: https://deadoverflow.gumroad.com/l/ultimate-android-api-hacking-course/LIMITED GAME HACKING COURSE: https://deadoverflow.gumroad.com/l/ultimate-game-hacking-course/50000 My Course 👉https://deadoverflow.gumroad.com/l/mastering-cybersecurity-course/50000 Aveno 👉 https://aveno.online Merch 👕 https://deadoverflow-shop.fourthwall.com/ 2ND YOUTUBE: https://youtube.com/@deadoverflow2 🌐 Make sure to follow me on socials! https://instagram.com/deadoverflow/ https://medium.com/@deadoverflow 📢 Make sure to also join my discord server as well! https://discord.com/invite/yh2TqTJ9zN


Tracks in this Playlist