PythonCode-tutorials are virus infected
Opened this issue · 1 comments
Windows Defender found several malware programs in this directory.
Trojan:Python/Stealer!MSR
VirTool:Pytyhon/Reveshesz.A
Trojan:Win32/Etset!rfn
Thank you for bringing this to our attention. This is actually expected behavior, and here's why:
The ethical hacking directory contains educational security tools such as:
- Reverse shells
- Keyloggers
- Chrome password extractors
- And other penetration testing tools
These are NOT malware - they are educational resources for cybersecurity learning. Here's what makes them safe:
-
Educational Purpose: These scripts are designed to teach cybersecurity concepts and help students/professionals understand how security vulnerabilities work and how to defend against them.
-
Open Source Code: Unlike actual malware (which comes as compiled binaries), all the code here is fully readable Python source code. Anyone can inspect exactly what the code does before running it.
-
Offline & Controlled: These scripts are meant to be used in controlled, offline environments for learning purposes, not for malicious activities.
-
Transparency: The repository is open-source and the code is available for review, making it fundamentally different from hidden malware.
Windows Defender and other antivirus software flag these scripts because they use techniques similar to actual malware - which is precisely the point! They're teaching tools that demonstrate how these security concepts work.
Important Notes:
- These tools should only be used in authorized environments for educational purposes
- Never use these scripts on systems you don't own or have permission to test
- The repository serves as a learning resource for aspiring cybersecurity professionals
This is a common occurrence with security research and educational repositories. You may need to add an exception in Windows Defender if you wish to use these educational materials.
If you have concerns about a specific script or need clarification on its purpose, please let us know!