Page 1 of 1

Determine firmware version without logging in, possible?

Posted: Tue Feb 10, 2015 6:33 am
by governa
Is it possible to determine the firmware version without actually logging in?

This is possible under DD-WRT, i was wondering how can it be done on a Gargoyle-powered device.

Re: Determine firmware version without logging in, possible?

Posted: Tue Feb 10, 2015 10:31 am
by marrco

Code: Select all

view-source:http://172.16.30.2/login.sh

Code: Select all

<link rel="stylesheet" href="/themes/Gargoyle/common.css?1.7.X--Built-20150207-0832-git-3344fb7-" type="text/css"/>
in fact i'm using http://www.gargoyle-router.com/phpbb/vi ... =14&t=6726
that's a 1.7.x version built on feb,7 2015

Re: Determine firmware version without logging in, possible?

Posted: Wed Feb 11, 2015 4:31 am
by governa
Thank you, worked a treat.