nmap nse script to guess the version of SharePoint
Created on 2025-07-21 16:01, updated on 2025-07-21 16:02, by Cédric BonhommeNmap script to detect a Microsoft SharePoint instance version.
Usage:
$ nmap -p 443 --script ms-sharepoint-version.nse example.com
Starting Nmap 7.94SVN ( https://nmap.org ) at 2025-07-21 17:33 CEST
Nmap scan report for example.com (127.0.0.1)
Host is up (0.030s latency).
PORT STATE SERVICE
443/tcp open https
| ms-sharepoint-version:
| 16.0.10376:
| product: SharePoint Server 2019 SharePoint Server 2019 MUI/language patch
| build: 16.0.10376
|_ release_date: July 2021
Nmap done: 1 IP address (1 host up) scanned in 0.81 seconds
More information: https://github.com/righel/ms-sharepoint-version-nse
Meta
[
{
"tags": [
"vulnerability:information=annotation"
]
},
{
"ref": [
"https://github.com/righel/ms-sharepoint-version-nse"
]
}
]