Python Ethical Hacking - Malware Packaging

Posted 一蓑烟雨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Ethical Hacking - Malware Packaging相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

Python Ethical Hacking - Malware Packaging

Python Ethical Hacking - Malware Packaging

Python Ethical Hacking - VULNERABILITY SCANNER

Python Ethical Hacking - VULNERABILITY SCANNER

Python Ethical Hacking - VULNERABILITY SCANNER

Python Ethical Hacking - VULNERABILITY SCANNER