Page 1 of 1

Service Processor "Hacks"

Posted: Tue Apr 08, 2014 1:13 pm
by Richard Siemers
Does anyone know what the spdood password is for SP version SP-2.5.2.GA-11.002

Notice it has patch 2 applied, which the older password that starts with 8PbJ**** no longer works.

I want to dig around inside the /sp/sp_main.php code to see if there are any additional variables we can pass via the url, things like username/password or direct links to "Notification" section etc.

This is to integrate launching the SP with some other enterprise management tools/launchers/scripts we have in house.

Thanks,

Re: Service Processor "Hacks"

Posted: Tue Apr 08, 2014 2:12 pm
by corge
Sent you a PM.

Re: Service Processor "Hacks"

Posted: Mon Apr 14, 2014 11:54 am
by corge
Did you read the PM and did that work ?

Re: Service Processor "Hacks"

Posted: Tue Apr 15, 2014 9:23 am
by Richard Siemers
I read the PM, however the password was an older one. They change the spdood password with each version/patch of the SP.

Just to recap, I am looking at what variables are possible to pass to SPOCC via an url, specifically looking for username/password and sub-page variables so that we can construct an url that will take us directly to the appropriate place in SPOCC per custom url.

Re: Service Processor "Hacks"

Posted: Wed Apr 16, 2014 5:38 pm
by Josh26
I believe the username/password is done with a standard .htaccess file, so you should be able to construct a URL as https://username@password:hostname/etc. Untested though.

Re: Service Processor "Hacks"

Posted: Fri Apr 18, 2014 2:06 pm
by Richard Siemers
Good catch, so simple I didn't even try it first.... that did the trick.

https://3parcust:**********@serviceproc ... p_main.php