码迷,mamicode.com
首页 > 编程语言 > 详细

Python Ethical Hacking - Malware Packaging(4)

时间:2019-10-17 23:15:31      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:ext   war   mamicode   图片   install   col   ESS   ons   --   

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)

标签:ext   war   mamicode   图片   install   col   ESS   ons   --   

原文地址:https://www.cnblogs.com/keepmoving1113/p/11695581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!