文章最后更新时间为:2022 年 03 月 25 日 17:34:06 Loading... 1.设置好监听 2.用cs生成python的payload ![2021-12-18T10:29:45.png][1] 3.复制出生成的payload,进行base64加密 ![2021-12-18T10:30:19.png][2] 4.把加密后的内容放在txt里,再放到公网网站上 例:http://example.com/1.txt ![2021-12-18T10:31:48.png][3] 5.生成反序列化内容 <div class="hideContent">此处内容需要评论回复后(审核通过)方可阅读。</div> 修改为自己的地址 运行 ![2021-12-18T10:33:36.png][4] 把这段数据放到 <div class="hideContent">此处内容需要评论回复后(审核通过)方可阅读。</div> 运行,就能看到cs上线了 6.打包 > pyinstaller -F -w xxx.py 可以添加ico文件等操作 [1]: https://cdn.jsdelivr.net/gh/R0A1NG/wenzhangupload@latest/usr/uploads/2021/12/4187747879.png [2]: https://cdn.jsdelivr.net/gh/R0A1NG/wenzhangupload@latest/usr/uploads/2021/12/2734532741.png [3]: https://cdn.jsdelivr.net/gh/R0A1NG/wenzhangupload@latest/usr/uploads/2021/12/1445866023.png [4]: https://cdn.jsdelivr.net/gh/R0A1NG/wenzhangupload@latest/usr/uploads/2021/12/773698536.png Last modification:March 25, 2022 © Allow specification reprint Support Appreciate the author Like 0 如果觉得我的文章对你有用,请随意赞赏
Comment here is closed