Skip to content

πŸ”’ Educational presentation exploring bWAPP (buggy web application), a deliberately vulnerable web application for security training. Built with Slidev, covering architecture, vulnerabilities, and live demonstrations.

License

Notifications You must be signed in to change notification settings

alarboulletmarin/think-like-hacker-bwapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

bWAPP Security Analysis Presentation πŸ”’

bWAPP Logo
A comprehensive security analysis and presentation of bWAPP (buggy web application).
Part of the "Think Like a Hacker" educational project.

Built with Slidev Security Training License MIT Educational Content

πŸ“– Overview

Interactive presentation exploring bWAPP (buggy web application), focusing on:

  • πŸ” Technical architecture analysis
  • πŸ’‰ Vulnerability demonstrations
  • πŸ›‘οΈ Security best practices
  • πŸŽ“ Educational insights
Presentation Preview

🎯 Key Features

  • 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

πŸš€ Getting Started

Prerequisites

  • Node.js >= 18.0.0
  • Docker (for demonstrations)
  • Modern web browser

Docker Setup for Demos

# Pull and run bWAPP container
docker run -d -p 80:80 raesene/bwapp

# Verify container status
docker ps | grep bwapp

Presentation Setup

# Clone the repository
git clone https://github.com/yourusername/bwapp-security-slidev.git

# Install dependencies
npm install

# Start the presentation
npm run dev

πŸ› οΈ Built With

πŸ“ License

MIT License - see LICENSE

πŸ™ Acknowledgments

  • OWASP Community
  • bWAPP Development Team
  • Security Research Community
  • Slidev Team

Made with ❀️ for web security education

Β© 2024 alarboulletmarin

About

πŸ”’ Educational presentation exploring bWAPP (buggy web application), a deliberately vulnerable web application for security training. Built with Slidev, covering architecture, vulnerabilities, and live demonstrations.

Topics

Resources

License

Stars

Watchers

Forks