Cross-platform hacking
- All programs we wrote are pure python programs
- They do not rely on OS-specific resources.
Result:
- They work on any OS with a python interpreter.
- If packaged, they will work on any OS if even if python is NOT installed.
Python Ethical Hacking - BACKDOORS(8)
原文:https://www.cnblogs.com/keepmoving1113/p/11629953.html