标签:ext war mamicode 图片 install col ESS ons --
Converting Python Programs to Linux Executables
Note: You can not execute the program on Linux by double click.
Install the PyInstaller.
pip3 install PyInstaller
Covert the Python Program to Linux executable.
pyinstaller --onefile --noconsole reverse_backdoor.py
The executable file in Linux has no extension.
Move the executable to DebianBuster and run this program.
The connection is established successfully.
Python Ethical Hacking - Malware Packaging(4)
标签:ext war mamicode 图片 install col ESS ons --
原文地址:https://www.cnblogs.com/keepmoving1113/p/11695581.html