首页 > 编程语言 > 详细

Python Ethical Hacking - Malware Packaging(4)

时间:2019-10-17 23:32:27      阅读:91      评论:0      收藏:0      [点我收藏+]

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

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!