Enhancements Hacking Instructor [🚀]
See original GitHub issuePossible enhancements for the Hacking Instructor
- Are the tutorial scripts part of the
main.js
? This would allow e.g. CTF-participants to very easily cheat even when the tutorial mode is turned off via configuration. Could scripts be lazily loaded from server be an option? -
Translatable tutorial texts! Texts would have to be loaded from e.g. CrowdIn (which would make them less easy to write and deploy due to that additional dependency) but this might increase the beginner friendliness even more. There should be one folder per tutorial inDropped until more scripts are available and stable enough.i18n
so the JSON files do not get mixed up too easily. - Configurable helper avatar! Custom themes could use the angry wasp, original Clippy or any other image.
-
Apply theme color scheme to the text bubble. -
Click-to-fill convenience feature! Click on e.g. the payload to automatically put that value into the expected input field. Avoids accidentally skipping a step when trying to copy&paste a payload from the speech bubble.
(Initial collection extracted from https://github.com/bkimminich/juice-shop/issues/440#issuecomment-499364688)
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
[🚀] Hacking Instructor · Issue #440 · juice-shop/juice ... - GitHub
User selects a challenge from the Score Board; The Hacking Instructor guides the user through the challenge step-by-step...
Read more >Ethical Hacking in 12 Hours - Full Course - Learn to Hack!
Full Course: https://academy.tcm-sec.com/p/practical-ethical- hacking -the-complete-courseAll Course Resources/Links: ...
Read more >Satellite Network Threats Hacking & Security Analysis ...
Satellite Network Threats Hacking & Security Analysis: Satellite Network ... /Certified Ethical Hacker / Ethical Hacking Trainer Licensed Penetration ...
Read more >Hacking STEM - Microsoft Learn Educator Center
Hacking STEM. Build affordable inquiry and project-based activities to visualize data across science, technology, engineering, and math (STEM) curriculum.
Read more >What Ethical Hacking Skills Do Professionals Need?
Ethical Hacking Skills - one of the most desired skills that ... in order to spot problems and provide feedback on needed improvements....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can look into making it load lazily. Also not quite sure how to best do it in Angular, but might just work with the default webpack lazy loading mechanisms (Using
import('...')
instead of theimport
keyword) as the Hacking Instructor is mostly angular independent.This thread has been automatically locked because it has not had recent activity after it was closed. 🔒 Please open a new issue for regressions or related bugs.