Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 466 Bytes

文件上传C&C

模拟上传马原理,遍历本地文件并上传到远程接收端

Python 3.x

功能

  • 遍历目录主机中的所有文件
  • 通过后缀名过滤文件
  • 通过md5列表判断,上传过的文件不再上传

使用方法

  1. 修改程序中的地址
  2. 远程搭建好 up.php
  3. Pyinstaller -F -w -i word.ico word2007.py