当前位置:网站首页>FRP intranet penetration
FRP intranet penetration
2022-07-06 10:54:00 【hyh123a】
One 、 Preface
I haven't written for a long time , Here, send some written ones .
Pay attention to blog time , If it is no longer applicable, please leave a message , Or refer to the official website tutorial to correct yourself .
_ 2021 year 7 month 16 Japan Test available
Scenario requirements
A server in the Intranet can be accessed by others , At this time, intranet penetration is required
Several tools for intranet penetration :frp,nps, rrty rrtys, Here is just about frp.
To achieve an end
User access ssh Access intranet server
Two 、frp Detailed introduction
Official website references : https://gofrp.org/docs/examples/
Environment configuration
host | user name | IP |
---|---|---|
Server side | usera | 123.123.123.1( The Internet of cloud server IP, It's casually written here ) |
client ( That is, the local computer ) | userb | 127.12.12.1( It is suggested that IP, It's casually written here ) |
Purpose : So that any host can connect to the local computer of the intranet
1、 download
https://github.com/fatedier/frp/releases
client
# download The latest version is v37.0 __2021 year 07 month 16 Japan
wegt https://github.com/fatedier/frp/releases/download/v0.37.0/frp_0.37.0_linux_amd64.tar.gz
tar zxvf frp_0.37.0_linux_amd64.tar.gz
cd frp_0.37.0_linux_amd64
Server side
# download The latest version is v37.0 __2021 year 07 month 16 Japan
wegt https://github.com/fatedier/frp/releases/download/v0.37.0/frp_0.37.0_linux_amd64.tar.gz
tar zxvf frp_0.37.0_linux_amd64.tar.gz
cd frp_0.37.0_linux_amd64
2、 On the server side ( That is, the server with the external network , Alibaba cloud Tencent cloud and so on ) This assumes that the server IP: 123.123.123.1
# Open in the background Click enter
./frps -c frps.ini &
3、 Client on
# Edit the configuration frpc.ini
nano frpc.ini
# The configuration information is as follows
[common]
server_addr = 123.123.123.1 # Change this to a remote server IP
server_port = 7000
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
# Open in the background Click enter
./frpc -c frpc.ini &
4、 Any notebook adopt ssh Connect The client can
ssh -p 6000 [email protected]
# ssh -p 6000 Client username @ Server side extranet IP
# The user name is the user name of the client That is to say userb instead of usera !
# 6000 port Yes, there is frpc.ini Decisive , You can set it yourself
5、 close
ps -aux|grep frp
lsof -i:7000
jobs -l
sudo kill -9 pid
Other tools
rrty rrtys
course :https://github.com/zhaojh329/rtty/blob/master/README_ZH.md
other
If there is harvest Welcome to thumb up
If it works Welcome to leave a message
If there is a problem Welcome to point out
边栏推荐
- npm一个错误 npm ERR code ENOENT npm ERR syscall open
- Mysql33 multi version concurrency control
- @controller,@service,@repository,@component区别
- CSDN question and answer tag skill tree (I) -- Construction of basic framework
- 在jupyter NoteBook使用Pytorch进行MNIST实现
- 【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)
- Discriminant model: a discriminant model creation framework log linear model
- Esp8266 at+cipstart= "", "", 8080 error closed ultimate solution
- Csdn-nlp: difficulty level classification of blog posts based on skill tree and weak supervised learning (I)
- Record the first JDBC
猜你喜欢
ByteTrack: Multi-Object Tracking by Associating Every Detection Box 论文阅读笔记()
A brief introduction to the microservice technology stack, the introduction and use of Eureka and ribbon
MySQL25-索引的创建与设计原则
Mysql27 - Optimisation des index et des requêtes
windows无法启动MYSQL服务(位于本地计算机)错误1067进程意外终止
Idea import / export settings file
Win10: how to modify the priority of dual network cards?
【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)
CSDN问答模块标题推荐任务(一) —— 基本框架的搭建
How to find the number of daffodils with simple and rough methods in C language
随机推荐
IDEA 导入导出 settings 设置文件
Mysql24 index data structure
Use of dataset of pytorch
CSDN question and answer module Title Recommendation task (II) -- effect optimization
csdn-Markdown编辑器
ByteTrack: Multi-Object Tracking by Associating Every Detection Box 论文阅读笔记()
MySQL23-存儲引擎
MySQL36-数据库备份与恢复
【博主推荐】SSM框架的后台管理系统(附源码)
@controller,@service,@repository,@component区别
【C语言】深度剖析数据存储的底层原理
用于实时端到端文本识别的自适应Bezier曲线网络
CSDN问答标签技能树(二) —— 效果优化
npm一个错误 npm ERR code ENOENT npm ERR syscall open
CSDN question and answer tag skill tree (II) -- effect optimization
Mysql 其他主机无法连接本地数据库
Postman environment variable settings
第一篇博客
MySQL22-逻辑架构
MySQL25-索引的创建与设计原则