当前位置:网站首页>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
边栏推荐
- 导入 SQL 时出现 Invalid default value for ‘create_time‘ 报错解决方法
- PyTorch RNN 实战案例_MNIST手写字体识别
- Mysql33 multi version concurrency control
- csdn-Markdown编辑器
- Breadth first search rotten orange
- MySQL21-用戶與權限管理
- Kubernetes - problems and Solutions
- Database middleware_ MYCAT summary
- Mysql21 user and permission management
- CSDN question and answer tag skill tree (I) -- Construction of basic framework
猜你喜欢
MySQL26-性能分析工具的使用
CSDN博文摘要(一) —— 一个简单的初版实现
Bytetrack: multi object tracking by associating every detection box paper reading notes ()
Mysql36 database backup and recovery
Navicat 導出錶生成PDM文件
Mysql25 index creation and design principles
MySQL35-主从复制
MySQL27-索引优化与查询优化
A brief introduction to the microservice technology stack, the introduction and use of Eureka and ribbon
Mysql28 database design specification
随机推荐
Mysql26 use of performance analysis tools
MySQL20-MySQL的数据目录
MySQL29-数据库其它调优策略
MySQL35-主从复制
[BMZCTF-pwn] 12-csaw-ctf-2016-quals hungman
Win10: how to modify the priority of dual network cards?
IDEA 导入导出 settings 设置文件
Windows cannot start the MySQL service (located on the local computer) error 1067 the process terminated unexpectedly
[unity] simulate jelly effect (with collision) -- tutorial on using jellysprites plug-in
csdn-Markdown编辑器
Case identification based on pytoch pulmonary infection (using RESNET network structure)
Invalid default value for 'create appears when importing SQL_ Time 'error reporting solution
ByteTrack: Multi-Object Tracking by Associating Every Detection Box 论文阅读笔记()
[paper reading notes] - cryptographic analysis of short RSA secret exponents
Pytorch RNN actual combat case_ MNIST handwriting font recognition
基于Pytorch的LSTM实战160万条评论情感分类
【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)
【博主推荐】C# Winform定时发送邮箱(附源码)
NPM an error NPM err code enoent NPM err syscall open
Postman Interface Association