Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 359 Bytes

Lab Animations

Animations for some cybersecurity labs

Dependencies

  • Node.js & NPM
  • Gulp

Build

npm install
gulp build --project <arp-poisoning|buffer-overflow|nids|xss>
# or
gulp build-production --project <arp-poisoning|buffer-overflow|nids|xss>

Run

gulp serve --project <arp-poisoning|buffer-overflow|nids|xss>