Technical task
Goal: Develop an algorithm that allows a certain script, which enters the Windows system, to become "invisible" to antivirus programs and Windows Defender, as well as ensuring automatic removal of the script and all related files from the system upon system reboot.
System requirements: Windows 7-11 32-64bit
Task: the provided script (in the form of an executable file ".exe") written in the Python programming language. Using Python, ".bat", ".vba", ".js", etc., ensure automatic addition of this script to the list of allowed programs in Windows Defender, as well as in other popular antivirus programs (Avast, McAfee, Malwarebytes, etc.) without user notification and/or consent. All algorithm operations must be hidden from the user. Upon computer reboot, the algorithm should delete the script and all related files without the possibility of recovery.