How I Reported Vulnerabilities to 30+ Organizations

Raghav Arora
Security Researcher • @thatraghavarora
A deep dive into responsible vulnerability disclosure, recon workflows, and building a trusted reputation across global organizations.
# How I Reported Vulnerabilities to 30+ Organizations
Finding a critical security hole is only half the battle. Responsibly disclosing it, communicating with international engineering teams, and ensuring a safe fix without causing harm is the true hallmark of an ethical hacker.
Throughout my journey as a BCA Cybersecurity student, I have had the privilege of securing digital infrastructures for organizations like NASA, WHO, Nokia, Panasonic, and numerous private platforms.
Here is an inside look at my methodology and workflow:
Step 1: Passive Reconnaissance & Attack Surface Mapping Before sending a single probe packet, I build an asset inventory: - ASN lookup to map all IP CIDR blocks belonging to the organization - Subdomain permutation and certificate transparency logs using `crt.sh` - Mapping cloud assets (S3 buckets, Azure blobs, GCP buckets) that may have misconfigured read/write permissions.
Step 2: Spotting Low-Hanging Misconfigurations Often, the biggest vulnerabilities stem from simple developer oversights: 1. **Exposed .git or environment repositories**: Leftover `.env` files containing database credentials or third-party service tokens. 2. **CORS Misconfigurations**: Trusting arbitrary origins with `Access-Control-Allow-Credentials: true`, enabling authenticated cross-origin data theft. 3. **Subdomain Takeovers**: CNAME records pointing to decommissioned GitHub Pages, AWS Elastic Beanstalk, or Shopify instances.
Step 3: Responsible Disclosure Ethics I follow strict Responsible Disclosure principles: - Never alter, delete, or harvest sensitive user data. - Stop testing immediately once Proof of Concept of the vulnerability is established. - Provide organizations a standard 90-day window to patch before considering any public discussion. - Document every step transparently.
The Power of Being Polite When writing to a security team at a multi-billion dollar enterprise, arrogance gets you nowhere. Speak with clarity, demonstrate the real-world business impact calmly, and offer to re-test their fix once deployed. This is how you earn invitations to private, high-reward bounty programs.
Want more security tips and tutorials?
Explore Raghav's practical hands-on ethical hacking courses.