Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 914 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 914 Bytes

NAShutdown

Easy console app that allows to shutdown poorly secured D-Link DNS-320.

About

While ago I bought NAS - D-Link DNS-320, it worked fine but I didn't like one thing... to shut it down you must either push the button on NAS for few seconds or open the administration in webbrowser and find appropriate setting.

So I thought, there must be better way. And yes there was a better way ☺️ I examined requests that are sent from web administration and coppied the one that sends shutdown command. Then I wrote simple console app that sends same request. It was way easier than I thought, becase as "authentication" they use cookie username:admin 😆

Now everything I need to shutdown the NAS is to run this app 👍