Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Identify Sharepoint Site

How can we know that a site is a Sharepoint Site?

like image 830
user274915 Avatar asked Dec 03 '25 11:12

user274915


2 Answers

Because its bloated and slow? Just kidding.

If you mean as a user, you can do a view source and there are several indicators, such as

<meta name="GENERATOR" content="Microsoft SharePoint" />

like image 115
bkaid Avatar answered Dec 05 '25 22:12

bkaid


I will try these to check if a site is a Sharepoint site

1) Check Url, if it has /sites/ in the url

2) check if accessing [ServerName]/_layouts/images/ERROR.GIF gives a Image

3) check if accessing [ServerName]/_vti_bin/sites.asmx?wsdl will display wsdl for the webservice

4) check if source has
< meta name="GENERATOR" content="Microsoft SharePoint" >

5) check if source show usage of init.js, core.js

6) check if _spBodyOnLoadWrapper function is being called on page load.

like image 26
Amit Saxena Avatar answered Dec 05 '25 22:12

Amit Saxena



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!