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

Python Ethical Hacking - TROJANS Analysis(4)

时间:2019-10-13 17:16:43      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:file   height   tps   www   nts   ima   one   rate   --   

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)

标签:file   height   tps   www   nts   ima   one   rate   --   

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

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