⤷ Title: XSS as a Password Stealer — A very overlooked XSS attack vector
════════════════════════
𐀪 Author: Abdulah AlSolaiman
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 01:21:50 GMT
════════════════════════
⌗ Tags: #xss_attack #cybersecurity #penetration_testing #passwords #cross_site_scripting
════════════════════════
𐀪 Author: Abdulah AlSolaiman
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 01:21:50 GMT
════════════════════════
⌗ Tags: #xss_attack #cybersecurity #penetration_testing #passwords #cross_site_scripting
Medium
XSS as a Password Stealer : A very overlooked XSS attack vector
Hi everyone, it’s been a while since my last article in 2022: A Deep dive into <iframe> src=”” attribute leading to a Stored XSS. I have…
⤷ Title: XSS as a Password Stealer : A very overlooked XSS attack vector
════════════════════════
𐀪 Author: Abdulah AlSolaiman
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 01:21:50 GMT
════════════════════════
⌗ Tags: #xss_attack #cybersecurity #penetration_testing #passwords #cross_site_scripting
════════════════════════
𐀪 Author: Abdulah AlSolaiman
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 01:21:50 GMT
════════════════════════
⌗ Tags: #xss_attack #cybersecurity #penetration_testing #passwords #cross_site_scripting
Medium
XSS as a Password Stealer : A very overlooked XSS attack vector
Hi everyone, it’s been a while since my last article in 2022: A Deep dive into <iframe> src=”” attribute leading to a Stored XSS. I have…
⤷ Title: DOM XSS in document.write sink using source location.search inside a select element
════════════════════════
𐀪 Author: CyberForge
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 02:44:51 GMT
════════════════════════
⌗ Tags: #cybersecurity #tech #web_application_security #ethical_hacking #xss_attack
════════════════════════
𐀪 Author: CyberForge
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 02:44:51 GMT
════════════════════════
⌗ Tags: #cybersecurity #tech #web_application_security #ethical_hacking #xss_attack
Medium
DOM XSS in document.write sink using source location.search inside a select element
Inspecting the source code our source is location.search specifically the storeId URL parameter. Our sink is document.write() which takes…
⤷ Title: Hacking the Hacker’s Assistant: How I Found a Critical Stored XSS in DeepSeek’s Code Sandbox
════════════════════════
𐀪 Author: Sumit Shah (HackSage)
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 14:23:31 GMT
════════════════════════
⌗ Tags: #deepseek #bugbounty_writeup #xss_attack #xss_vulnerability #cybersecurity
════════════════════════
𐀪 Author: Sumit Shah (HackSage)
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 14:23:31 GMT
════════════════════════
⌗ Tags: #deepseek #bugbounty_writeup #xss_attack #xss_vulnerability #cybersecurity
Medium
Hacking the Hacker’s Assistant: How I Found a Critical Stored XSS in DeepSeek’s Code Sandbox 💀
What’s up, hackers? Sumit here, aka hacksage 😌
⤷ Title: Account Takeover via Open Redirect XSS
════════════════════════
𐀪 Author: 4M1R
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 19:41:39 GMT
════════════════════════
⌗ Tags: #cybersecurity #xss_attack #account_takeover #penetration_testing #bug_bounty
════════════════════════
𐀪 Author: 4M1R
════════════════════════
ⴵ Time: Sun, 12 Jul 2026 19:41:39 GMT
════════════════════════
⌗ Tags: #cybersecurity #xss_attack #account_takeover #penetration_testing #bug_bounty
Medium
Account Takeover via Open Redirect XSS
How a simple callback_url parameter led to full account compromise
⤷ Title: 10 Ways to Encode an XSS Payload
════════════════════════
𐀪 Author: Derek Johnston
════════════════════════
ⴵ Time: Sat, 18 Jul 2026 18:29:15 GMT
════════════════════════
⌗ Tags: #xss_attack #bug_bounty #hacking #cybersecurity
════════════════════════
𐀪 Author: Derek Johnston
════════════════════════
ⴵ Time: Sat, 18 Jul 2026 18:29:15 GMT
════════════════════════
⌗ Tags: #xss_attack #bug_bounty #hacking #cybersecurity
Medium
10 Ways to Encode an XSS Payload
When most people hear “XSS payload,” they immediately think of <script>alert(1)</script>.
⤷ Title: What is Cross-Site Scripting (XSS)? A Complete Beginner’s Guide
════════════════════════
𐀪 Author: Mahendra Patil
════════════════════════
ⴵ Time: Wed, 22 Jul 2026 09:54:36 GMT
════════════════════════
⌗ Tags: #cybersecurity #xss_attack #bug_bounty #owasp_top_10 #web_security
════════════════════════
𐀪 Author: Mahendra Patil
════════════════════════
ⴵ Time: Wed, 22 Jul 2026 09:54:36 GMT
════════════════════════
⌗ Tags: #cybersecurity #xss_attack #bug_bounty #owasp_top_10 #web_security
Medium
What is Cross-Site Scripting (XSS)? A Complete Beginner’s Guide
In this blog, we’ll take a deep dive into Cross-Site Scripting (XSS) from both an attacker’s and a defender’s perspective. We’ll begin by…
⤷ Title: XSS vs CSRF vs SSRF: Why Do So Many People Get Confused?
════════════════════════
𐀪 Author: Prashant Tripathi
════════════════════════
ⴵ Time: Wed, 22 Jul 2026 09:53:31 GMT
════════════════════════
⌗ Tags: #csrf #xss_attack #ssrf #cross_site_scripting
════════════════════════
𐀪 Author: Prashant Tripathi
════════════════════════
ⴵ Time: Wed, 22 Jul 2026 09:53:31 GMT
════════════════════════
⌗ Tags: #csrf #xss_attack #ssrf #cross_site_scripting
Medium
XSS vs CSRF vs SSRF: Why Do So Many People Get Confused?
As a Computer Science student specializing in Cybersecurity & AI, I’ve been spending a lot of time learning and practicing web security…
⤷ Title: Rabbit Hole (THM) Tryhackme Hard Challenge
════════════════════════
𐀪 Author: Lawvye
════════════════════════
ⴵ Time: Sat, 25 Jul 2026 13:05:11 GMT
════════════════════════
⌗ Tags: #tryhackme #cybersecurity #sql_injection #hacking #xss_attack
════════════════════════
𐀪 Author: Lawvye
════════════════════════
ⴵ Time: Sat, 25 Jul 2026 13:05:11 GMT
════════════════════════
⌗ Tags: #tryhackme #cybersecurity #sql_injection #hacking #xss_attack
Medium
Rabbit Hole (THM) Tryhackme Hard Challenge
Description : It’s easy to fall into rabbit holes.
⤷ Title: XSS | Cross Site Scripting
════════════════════════
𐀪 Author: Prashant Rai
════════════════════════
ⴵ Time: Sun, 26 Jul 2026 10:43:57 GMT
════════════════════════
⌗ Tags: #stored_xss #xss_vulnerability #reflected_xss #xss_attack
════════════════════════
𐀪 Author: Prashant Rai
════════════════════════
ⴵ Time: Sun, 26 Jul 2026 10:43:57 GMT
════════════════════════
⌗ Tags: #stored_xss #xss_vulnerability #reflected_xss #xss_attack
Medium
XSS | Cross Site Scripting
Cross-site scripting (XSS): An injection attack that inserts code into a vulnerable website or web application.