foundationalFree
Flower
A neighborhood flower shop that just launched online. Browse the catalog and see what you find.
sqliweb
PHPMySQLApache
The Scenario
Flower Haven is a small neighborhood florist. They just went live with an online store over
the weekend — built quickly, launched quickly, with nothing reviewed before it went up.
The site is taking real orders now. Browse the catalog, try out the features, and pay
attention to how the shop responds to what you give it.
Lab Intel
Synopsis
A friendly-looking storefront with a first-week-live feel. Something in how it handles your input is worth a closer look.
Architecture
A beginner-friendly PHP + MySQL storefront with a handful of features to poke at. Built quickly, reviewed not-at-all.
Who It's For
Newcomers to web security taking their first run at a realistic target.
Skills You'll Practice
- Web application enumeration
- Reading server responses carefully
- Basic understanding of how web apps talk to databases
What You'll Gain
- A confidence-building first solve
- A mental model of how user input becomes a problem when it's trusted
- Vocabulary for describing what you found and why it matters