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

Unsecure way of login #3

Open
koureasstavros opened this issue Jan 18, 2024 · 0 comments
Open

Unsecure way of login #3

koureasstavros opened this issue Jan 18, 2024 · 0 comments

Comments

@koureasstavros
Copy link

I believe sending account and password into url parameters is very easy for someone to sniff these credentials and get access to synology nas. This approach does not take the advantage of http protocol. Parameters should be send as content via https request.

See the reference below

login: 'https://{0}:{1}/webapi/SurveillanceStation/ThirdParty/Auth/Login/v1?account={2}&passwd={3}',

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