The script that will disable a (probably windows) computer from use for a set time, or until some other trigger is set off.
It functions by creating a file in a random accessible location on the filesystem, it then spawns a new (maybe python) instance that isn't linked to the current script.
- This script is run through Najort
- This script does environment checks
- This script finds an accessible location on the filesystem with adequate permissions for file creation
- Creates a script with just the payload, selected trigger(s) and self destruct
- Runs the payload in a new python instance
- The script deletes self self
- The script ends self
- The payload sets up listeners for the triggers
- The payload sets up a failsafe that reconnects all the displays
- The payload disables the display(s)
- The triggers are triggered
- The script deletes self
- The script ends self