Introduction
This post is nothing more than to satisfy people's curiosity about websites built on the Sitecore CMS platform. Assuming you do find yourself at the login page, hacking into the content administration area is strongly discouraged using the default login of admin/b.Approach 1
We can always attempt the very obvious feature of Sitecore which is the default login page. This is assuming there was no separation of content authoring and content delivery environments. Try to browse to:http://www.domain.com/sitecore/login
If you hit the login page then you have succeeded. The chances of hitting this page in a production environment is probably close to zero.
Approach 2
You can attempt to modify the browser URL by appending Sitecore-specific paramters and values such as:?sc_site=(...)
?sc_lang=(en/en-ca/fr-fr/...)
?sc_mode=(normal/edit/...)
If you are able to change languages, bring up page editor, or even hit a default dummy website, then you have succeeded.
Nice post! Thanks :)
ReplyDelete