🧠 Cyber Demo Interface

Exploring HTML structure & security concepts.

Profile

Name: AdmiraLahav

Role: Cybersecurity Teacher

Topics

  • HTML Structure
  • CSS Layouts
  • XSS Demonstrations

Interactive Welcome

This section keeps the hover lift effect from the original template.

Interactive Demo (XSS)

Below is an example of unsafe input handling. For educational purposes only.


Behind the Scenes

Normally, web apps sanitize input to prevent malicious code execution. Here, the text is directly injected into the page using innerHTML — a classic XSS scenario.

XSS Tools