Skip to content

Instantly share code, notes, and snippets.

View luke-denton-aligent's full-sized avatar
⌨️
Writing code for humans

Luke Denton luke-denton-aligent

⌨️
Writing code for humans
  • Aligent Consulting
  • Adelaide, Australia
View GitHub Profile
@luke-denton-aligent
luke-denton-aligent / possibly-malicious-code.js
Created February 15, 2022 02:57
This gist simply contains a console log that will indicate the script has been loaded. It will be part of on boarding, with the task being preventing this file from being executed, even if it gets injected into a page
console.log("☠️ I'm a malicious script that has been injected into the page and executed ☠️")