首页 > 编程语言 > 详细

Python Ethical Hacking - TROJANS Analysis(4)

时间:2019-10-13 17:56:30      阅读:78      评论:0      收藏:0      [点我收藏+]

Adding Icons to Generated Executables

Prepare a proper icon file.

https://www.iconfinder.com/

技术分享图片

 

 

 

Convert the downloaded png file to an icon file.

https://www.easyicon.net/language.en/covert/

技术分享图片

 

 

 

Convert the Python program to Windows executable -  adding the "--icon" arguments this time.

wine /root/.wine/drive_c/Program\ Files\ \(x86\)/Python37-32/Scripts/pyinstaller.exe --add-data "/root/Downloads/sample.pdf;." --onefile --noconsole --icon /root/Downloads/pdf.ico reverse_backdoor.py 

技术分享图片

 

 

 Download to the Victim Windows PC.

技术分享图片

 

Run the lister on Kali Linux, and run the reverse_backdoor.exe file on the victim PC. The user can only see a normal pdf file, but the communication has been established background.

 

 技术分享图片

技术分享图片

 

Python Ethical Hacking - TROJANS Analysis(4)

原文:https://www.cnblogs.com/keepmoving1113/p/11666970.html

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