## https://sploitus.com/exploit?id=C3C29635-7FCE-5A7E-B66D-F705C38AE270
# DwF โ Cybersecurity Portfolio
A professional cybersecurity portfolio showcasing offensive security research, bug bounty case studies, penetration testing methodology, and academic publications.
## Tech Stack
- **Framework:** [Astro](https://astro.build/) (Static Site Generation)
- **Styling:** Tailwind CSS + Custom CSS
- **3D Graphics:** Three.js (Hero section)
- **Animations:** GSAP (ScrollTrigger, text animations)
- **Deployment:** Cloudflare Pages
## Features
- ๐ **Security Research Case Studies** โ Real bug bounty findings with sanitized methodology and PoC evidence
- ๐ **Published Research** โ Peer-reviewed cybersecurity journal showcase with DOI integration
- ๐ **Certifications** โ Professional certification display
- ๐ก๏ธ **Bug Bounty Portfolio** โ Platform statistics and program participation
- ๐ **Interactive 3D Hero** โ Three.js animated terminal effect
- ๐ฑ **Fully Responsive** โ Mobile-first design
- โฟ **Accessible** โ Semantic HTML, ARIA labels, keyboard navigation
- โก **Performance Optimized** โ Static generation, lazy loading, optimized assets
## Case Studies
All case studies are **sanitized for responsible disclosure** and educational portfolio purposes. No active endpoints, live tokens, or exploitable payloads are included.
| Case Study | Category | Severity | Platform |
|---|---|---|---|
| Reflected XSS Filter Bypass | Web Security | High | BSSN |
| GraphQL Authorization Bypass | API Security | Critical | YesWeHack |
| Stored XSS Master Kategori | Web Security | High | BSSN |
| Brute Force Authentication | Web Security | High | BSSN |
| IDOR Support Ticket | Access Control | High | YesWeHack |
| Stored XSS Support Workflow | Web Security | Critical | YesWeHack |
## Setup
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
```
## Deployment
This project is configured for **Cloudflare Pages** deployment:
1. Push to GitHub
2. Connect repository to Cloudflare Pages
3. Set build command: `npm run build`
4. Set output directory: `dist`
Security headers are configured in `public/_headers`.
## Security & Responsible Disclosure
> **Disclaimer:** This portfolio contains sanitized documentation of security research conducted under authorized bug bounty programs and responsible disclosure agreements. All sensitive data including tokens, API keys, user identifiers, and session data has been redacted. No information in this repository can be used to exploit any system.
- All case studies follow responsible disclosure practices
- Real credentials and tokens are replaced with `REDACTED` placeholders
- No active endpoints or exploitable payloads are included
- Evidence screenshots may contain redacted sensitive information
## Contact
- **Email:** dhiraxioo@gmail.com
- **GitHub:** [DWForSec](https://github.com/DWForSec)
- **LinkedIn:** [Dhira Wahyu Febrian](https://www.linkedin.com/in/dhira-wahyu-febrian-119914270/)
- **Instagram:** [@dhira_wahyu.f](https://www.instagram.com/dhira_wahyu.f/)
## License
This project is for personal portfolio purposes. All security research content is the intellectual property of the author and may not be reproduced without permission.