Identifying whether a website uses CMS and which

You can do this by looking at only the source code? In my specific case, I wonder if this site a CMS.

http://www.designbridge.com/

Related posts

Leave a Reply

3 comments

  1. if you use Firefox u can install wappalyzer plugin.
    There’re also a lot of online services which detect CMS and used technologies: builtwith, w3techs, etc. The last one says that the given site was built with Umbraco CMS v.4.7

  2. This site seems to use ASP.NET technology from the following piece of source code :

    <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MQ9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYCAgEPZBYCAgwQZGQWAgICD2QWAgILD2QWBgIBDxYCHgRUZXh0BckCIDxhIGhyZWY9Imh0dHA6Ly93d3cudHdpdHRlci5jb20vYWRhbmNlc3R1ZGlvdWsiIGNsYXNzPSJ0d2VldC1yZXBseSBqcy1leHRlcm5hbCI+PHNwYW4+QGFkYW5jZXN0dWRpb3VrPC9zcGFuPjwvYT4gPGEgaHJlZj0iaHR0cDovL3d3dy50d2l0dGVyLmNvbS9QZW50YXdhcmRzIiBjbGFzcz0idHdlZXQtcmVwbHkganMtZXh0ZXJuYWwiPjxzcGFuPkBQZW50YXdhcmRzPC9zcGFuPjwvYT4gdGhhdCBwYWdlIGRvZXMgbG9vayBhIGJpdCBvZGQsIHlvdSBjYW4gc2VlIHRoZW0gaWYgeW91IHNjcm9sbCBkb3duIGJ1dCBpdCBkb2Vzbid0IHNlZW0gdG8gd29yayB3ZWxsIGluIENocm9tZS5kAgMPFgIfAAULMSBob3VycyBhZ29kAgUPFgIeBGhyZWYFJGh0dHA6Ly93d3cudHdpdHRlci5jb20vRGVzaWduX0JyaWRnZRYCAgEPFgIfAAUNRGVzaWduX0JyaWRnZWRkj58Zp9b1z0JIx38xemx6plbiw60t9EzuAFKnL3O8Bto=" />
    </div>
    

    But I do no know, if it uses a prewritten ASP.NET CMS or uses some ASP.NET framework or just plain ASP.NET.

    If you know what you are looking for, you may use certain fingerprints of CMS’s to identify which is which. But it is possible to fake some site to seems as one CMS and infact it is plain or another CMS. There is no certain way to answer this, only you can guess cleverly.