用python写trojan的过程中遇到的各种问题
Posted lqerio
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用python写trojan的过程中遇到的各种问题相关的知识,希望对你有一定的参考价值。
由于之前已经conn, addr = s.accept()
所以改为 conn.recv
spyder无法同时运行client 和 server
分别在spyder和anaconda prompt运行
filename, filesize = struct.unpack(‘128sl‘, buf)
fn = filename.decode().strip(‘\\00‘)
写作fn = filename.strip(‘\\00‘) 会报错 (调了好长时间才发现的.....)
以上是关于用python写trojan的过程中遇到的各种问题的主要内容,如果未能解决你的问题,请参考以下文章
python trojan development 2nd —— use python to send mail and listen to the key board then combine th