Reboot URL?

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Reboot URL?

Re: Reboot URL?

by J1mbo » Mon May 29, 2017 12:04 pm

Excellent, thanks for posting this.

Re: Reboot URL?

by akatik » Thu May 25, 2017 11:55 am

In last version, if Setup/HTTPS password is specified, It's already authenticated and works only over https, i.e.:

Code: Select all

wget --user=wtware --password=123 --no-check-certificate https://[ip-address]/reboot
Where 123 is a Setup/HTTPS password.

Re: Reboot URL?

by J1mbo » Wed May 24, 2017 11:30 am

eg from a Linux box, wget http://[ip-address]/reboot

In my opinion it is a DoS security risk though, it should be authenticated.

Reboot URL?

by jzholzer » Wed May 24, 2017 12:06 am

There is a reboot button available on the administration web page, but it's in the form of a form submission button. That's not very convenient to allow me to throw a reboot link on our supervisory scada system. I'd rather not present all the admin stuff to the great unwashed by displaying the whole web page. Is there a hidden URL that can trigger a reboot? I can't work out how to drive a form submit from a URL

Top