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.
原文地址:https://www.cnblogs.com/keepmoving1113/p/11695581.html
时间: 2024-10-02 07:29:39