GithubHelp home page GithubHelp logo

frpproplugin's Introduction

FrpProPlugin

基于frp0.33修改版,过流量检测,免杀,支持加载远程配置文件可用于cs直接使用的插件。

需要服务端适配,可以在release下载对应平台的服务端。

免责声明:

本工具只为学习使用,请在有授权的情况使用,切勿用来做违法乱纪之事。

更新时间线

2021.2.19 免杀更新+缩小体积

2022.1.10 使用go-strip进行混淆,upx压缩,重新启动该项目研究。

快速使用

服务端部署:

#1. 下载服务端
wget https://github.com/mstxq17/FrpProPlugin/releases/download/v1.0/frp_0.33.0_linux_amd64.tar.gz
# 国内访问Github缓慢,可以尝试代理URL加速
wget https://ghproxy.com/https://github.com/mstxq17/FrpProPlugin/releases/download/v1.0/frp_0.33.0_linux_amd64.tar.gz

#2. 解压服务端
tar -xzvf frp_0.33.0_linux_amd64.tar.gz
cd frp_0.33.0_linux_amd64
3. 编辑服务端配置文件
vim frps.ini
############
[common]
bind_addr = 0.0.0.0
bind_port = 7003
############
4.启动程序
tmux # 新开窗口
./frps -c frps.ini

客户端部署:

1.编辑客户端配置文件
vim frpc.ini

#############
#快速获取server_ip:curl -s cip.cc|grep 'IP'
[common]
server_addr = server_ip
server_port = 7003
protocol = tcp
tls_enable = true

[plugin_socks5]
type = tcp
remote_port = 6006
plugin = socks5

功能介绍

主要包括upload,指定frpc的位置,这里需要注意观察一下,先要确保frpc.exe完整上传了

一般要1-2分钟,需要耐心等待下

image-20210212012913935

然后配置文件的URL:

image-20210212013031445

最后执行完成删除frpc(自动查找进程,然后删掉文件):

image-20210212013050469

应用效果

image-20210212012854062

frpproplugin's People

Contributors

mstxq17 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.