Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-53770-Scanner — A Python-based reconnaissance scanner for safely identifying potential exposure to SharePoint vulnerability CVE-2025-53770. | Kitploit
Tools/GitHubGitHub/sec-dan/cve-2025-53770-scanner
ReconnaissanceVulnerability ScannersInformation GatheringWeb SecurityPenetration TestingSubdomain Enumeration
GitHubsec-dan/cve-2025-53770-scanner

CVE-2025-53770-Scanner

A Python-based reconnaissance scanner for safely identifying potential exposure to SharePoint vulnerability CVE-2025-53770.

View Repository
311 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-53770 Scanner by DanSec

A simple, effective reconnaissance tool to identify potential exposure to the critical SharePoint vulnerability CVE-2025-53770.

[!Warning]

This tool is intended for authorised testing purposes only.
The author (DanSec) takes no responsibility for misuse or damage caused by unauthorised scanning or usage. Ensure you have explicit permission to scan any domain or service before using this tool.

About CVE-2025-53770

CVE-2025-53770 ("ToolShell") is a critical vulnerability affecting on-premises SharePoint Server versions 2016, 2019, and Subscription Edition.

It enables unauthenticated remote code execution (RCE) via:

  • Authentication bypass by header spoofing (CVE-2025-53771)
  • Upload of a malicious ASPX web shell (spinstall0.aspx)
  • Extraction of cryptographic secrets from web.config
  • Unsafe deserialization exploiting ViewState to execute code remotely

This vulnerability has been actively exploited, prompting urgent warnings from authorities worldwide.

For detailed information:

  • Microsoft Security Advisory
  • Trend Micro Analysis
  • Rapid7 Analysis

What Does This Scanner Do?

  • Performs subdomain enumeration (using Sublist3r and crt.sh) to identify potential SharePoint hosts.
  • Safely checks each discovered subdomain for signs of vulnerability to CVE-2025-53770.
  • Outputs results in a structured CSV file for easy review.

This scanner DOES NOT exploit the vulnerability. It merely identifies potential points of exposure.


Installation

Clone the repository and install dependencies:

root@kitploit:~
git clone https://github.com/Sec-Dan/CVE-2025-53770-Scanner.git
cd CVE-2025-53770-scanner
pip install -r requirements.txt

Usage

root@kitploit:~
python spScanner.py <target_domain> [options]

Example:

root@kitploit:~
python spScanner.py example.com --threads 5 --retries 2

Available Flags


Interpreting Results

  • VULNERABLE (Red): HTTP 200 OK responses, potentially vulnerable
  • CLEAN (Green): Other HTTP responses, likely not exposed
  • ERRORS (Yellow): Connection or network errors

The resulting CSV file will contain detailed status for each scanned subdomain.


Responsible Usage

  • Always obtain explicit authorization before scanning.
  • Inform stakeholders before initiating scans, especially in sensitive environments.
  • Use only on systems you own, manage, or have explicit consent to test.

Issues & Contributions

Found a bug or have a feature request? Open an issue or pull request!

Stay safe, and happy scanning!
— DanSec

Download Tool
FlagDescriptionDefault
<target_domain>Root domain to scan (required)-
-o, --outputCSV output filenameCVE-2025-53770_output.csv
--passiveRun a passive scan (skip subdomain enumeration)Disabled
--threadsNumber of concurrent scan threads1
--retriesNumber of retries per host1
--rate-limitMax requests per second (0 for unlimited)0