https://cve.circl.lu/comments/feedMost recent comments.2025-12-08T22:50:41.468829+00:00Vulnerability-Lookupinfo@circl.lupython-feedgenContains only the most 10 recent comments.https://cve.circl.lu/comment/6e5a8ab6-af04-4d85-aea9-87780f1fd8f8nmap nse script to guess the version of SharePoint2025-12-08T22:50:41.476463+00:00Cédric Bonhommehttp://cvepremium.circl.lu/user/cedricNmap script to detect a Microsoft SharePoint instance version.
Usage:
```bash
$ 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](https://github.com/righel/ms-sharepoint-version-nse)2025-07-21T16:02:25.928522+00:00