Python Ethical Hacking - Malware Packaging(4)

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.

 

posted @ 2019-10-17 22:34  晨风_Eric  阅读(104)  评论(0编辑  收藏  举报