Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webrepl is accessible everywhere if used for AP #2

Open
iBobik opened this issue Apr 25, 2019 · 0 comments
Open

Webrepl is accessible everywhere if used for AP #2

iBobik opened this issue Apr 25, 2019 · 0 comments

Comments

@iBobik
Copy link
Contributor

iBobik commented Apr 25, 2019

If I have webrepl enabled for access point it will make it available even for other networks.

My config:

{
	"schema": 2,
	"known_networks": [
		{
			"ssid": "xxxxxx",
			"password": "xxxxxx",
			"enables_webrepl": false
		},
		{
			"ssid": "xxxxxx",
			"password": "xxxxxx",
			"enables_webrepl": false
		}
	],
	"access_point": {
		"config": {
			"essid": "xxxxxx",
			"channel": 11,
			"hidden": false,
			"password": "xxxxxx"
		},
		"enables_webrepl": true,
		"start_policy": "always"
	}
}

This is like security bug for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant