mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1880] 我接入frp-notify之后,经常能收到各种地区的连接信息,FRP是否有安全漏洞 #1488
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1488
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @freshgeek on GitHub (Jun 23, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1880
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.33.0
What operating system and processor architecture are you using (
go env)?centos 7
Configures you used:
xxxx 脱敏
Steps to reproduce the issue:
1.接入钉钉机器人通知后,发现经常陌生IP登录,包括tcp,web,mysql 三种方式
2.并且在server端日志中也能看到确实有连接新建,
3.并且确定不是本人操作,并且未公布给任何人连接方式
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Jun 23, 2020):
既然服务开放在公网上,就不能避免被其他人尝试建立连接。安全性在于你自己的 ssh 密钥以及 mysql 密码。
如果需要更高的安全性,可以用 stcp。