A comprehensive security analysis and presentation of bWAPP (buggy web application).
Part of the "Think Like a Hacker" educational project.
Interactive presentation exploring bWAPP (buggy web application), focusing on:
- π Technical architecture analysis
- π Vulnerability demonstrations
- π‘οΈ Security best practices
- π Educational insights
- Live Demonstrations: XSS and Directory Traversal attacks
- Technical Deep Dive: Docker deployment and security considerations
- Interactive Content: Dynamic slides with animations
- Comprehensive Coverage: From basics to advanced concepts
- Node.js >= 18.0.0
- Docker (for demonstrations)
- Modern web browser
# Pull and run bWAPP container
docker run -d -p 80:80 raesene/bwapp
# Verify container status
docker ps | grep bwapp
# Clone the repository
git clone https://github.com/yourusername/bwapp-security-slidev.git
# Install dependencies
npm install
# Start the presentation
npm run dev
- Slidev - Presentation framework
- Vue.js - UI components
- Docker - Container platform
- Markdown - Content formatting
MIT License - see LICENSE
- OWASP Community
- bWAPP Development Team
- Security Research Community
- Slidev Team
Made with β€οΈ for web security education
Β© 2024 alarboulletmarin