Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Write-Up — Publicly Exposed MySQL on an “Inactive” Subdomain (KAIAWEB-216)

During a scoped bug-bounty engagement I discovered a MySQL/MariaDB service publicly reachable on shop.kaia.io (IP 147.93.79.55) that…Continue reading on Medium »
Read more...
How I Found a Zero-Click Flaw by Questioning a “Safe” Rendering Path

Most impactful vulnerabilities are not found by scanning tools or exploit templates. They are found by questioning assumptions.Continue reading on Medium »
Read more...
Why Most Bug Bounty Findings Come From Thinking, Not Tools

A practitioner’s guide to sustainable web security testingContinue reading on Write A Catalyst »
Read more...
Why AI-Driven Vibe Hacking Demands a New DevSecOps Mindset

AI is no longer a side feature in modern businesses. By the end of this decade, it will be embedded into every critical workflow — from…Continue reading on Medium »
Read more...
Hidden Admin Tools → Full Exploitation Chains

How JavaScript-Exposed Admin Features Turn Into Real-World Critical VulnerabilitiesContinue reading on OSINT Team »
Read more...
The Password Alchemist: How a Simple Parameter Swap Led to Full Account Takeover

Because sometimes the “Forgot Password?” feature forgets who’s asking.Continue reading on OSINT Team »
Read more...
Most impactful vulnerabilities are not found by scanning tools or exploit templates.
They are found by questioning assumptions.Continue reading on Medium » (https://medium.com/@Rawi1X/how-i-found-a-zero-click-flaw-by-questioning-a-safe-rendering-path-b104c29a3e8e?source=rss------bug_bounty-5)
AI is no longer a side feature in modern businesses. By the end of this decade, it will be embedded into every critical workflow — from…Continue reading on Medium » (https://medium.com/@Cyber-AppSec/why-ai-driven-vibe-hacking-demands-a-new-devsecops-mindset-790c0383ca38?source=rss------bug_bounty-5)
How 4 Months of Sleepless Nights Led Me to My First NASA Letter of Recognition

by Ninad GowdaContinue reading on Medium »
Read more...
Don’t Just Patch; Predict: How I Used Dark Web Chatter to Find a Vulnerability Before It Was…

Free Link 🎈Continue reading on InfoSec Write-ups »
Read more...
From Brute-Force to Bounty: My $200 and Double XSS Win on Acronis

In the world of cybersecurity, bug bounty programs stand as a crucial bridge between organizations and security researchers. These programs incentivize ethical hackers to identify and report vulnerabilities, ultimately making the digital world safer. I’m excited to share my recent experience participating in the HackerOne bug bounty program and uncovering not one, but two Cross-Site Scripting (XSS) vulnerabilities on Acronis platforms.Report 1: XSS in Acronis Login Callback URL My first discovery centered around the login callback URL for Acronis, specifically https://learn.acronis.com/portal/. During the login process, the redirectUrl parameter, designed to redirect users back to their intended destination, was not properly secured. This oversight paved the way for a classic XSS attack. Simply crafting a malicious URL and enticing a user to click it was enough to trigger the vulnerability. For example, a URL like this could be used: https://learn.acronis.com/portal/?redirectUrl=javascript:alert(document.domain) Here is my original disclosure report URL if you want it: https://hackerone.com/reports/2611305 For This I was rewarded $100 for this: My AcronisReport 2: Double Parameter Trouble! During further testing on the Acronis learn platform, I decided to brute-force variations of the redirectUrl parameter. This led to the discovery of a second, similar parameter: redirect_url. Unfortunately, this parameter was also vulnerable to the same XSS flaw. Vulnerability: XSS (on both redirecturl and redirecturl) Here is my original disclosure report URL if you want it: https://hackerone.com/reports/2653342ConclusionThese three XSS findings emphasize secure coding, especially with user inputs and redirects. The discovery of the redirect_Url parameter through brute-forcing shows how important it is to go beyond basic testing and explore parameter variations. Acronis' quick response demonstrates their security commitment. Bug bounty programs are vital for collaborative security improvement and uncovering these kinds of nuanced vulnerabilities. Stay tuned for more cybersecurity insights! From Brute-Force to Bounty: My $200 and Double XSS Win on Acronis was originally published in InfoSec Write-ups on Medium, where people are continuing the conversation by highlighting and responding to this story.
Read more...