内网Tip------上传限制大小

LInux中使用split 以 500 K 大小分割 mimikatz.exe 文件,文件分为几个500k大小的小文件。

split -b 500k mimikatz.exe test

合并分割文件为 mimikatz.exe

cat testa* > test.exe            # 适用于 Linux、Mac
copy /b testa* test.exe        # 适用于 Windows

 

posted @ 2021-06-30 17:54  Shadown-PQ  阅读(53)  评论(0编辑  收藏  举报