frp笔记2(加密)

frp要进行流量隐匿

服务端

添加token

[common]
bind_port = 7002
token=wxt
kcp_bind_port=7002
vhost_https_port = 7001         #当代理出来的是web服务时,在外网访问http://vps的IP:7001
#dashboard_port状态以及代理统计信息展示,网址:7500可查看详情
dashboard_port = 7500
#dashboard_user访问用户dashboard_pwd访问密码
dashboard_user = admin
dashboard_pwd = password
#log_file日志文件log_level记录的日志级别log_max_days日志留存3天authentication_timeout超时时间
log_file = ./frps.log
log_level = info
log_max_days = 3
authentication_timeout = 0
#max_pool_count最大链接池,每个代理预先与后端服务器建立起指定数量的最大链接数
max_pool_count = 50

客户端

添加token,并开放rdp服务 

[common]
server_addr = 49.234.110.215
server_port = 7002
token=wxt
protocol= kcp
tls_enable= true

[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 7389

[plugin_socks]
type = tcp
remote_port = 6501
plugin = socks5
plugin_user = root
plugin_passwd = root
use_encryption = true
use_compression = true

[RDP]
type = tcp
#链接类型
local_ip = 127.0.0.1
#本地地址
local_port = 33900
#RDP端口号
remote_port = 7002

 

你可能感兴趣的:(Cobalt,Strike,同态加密,系统安全)