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.