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)
原文:https://www.cnblogs.com/keepmoving1113/p/11695581.html