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
symboliclink-testing-tools — Small suite of Windows tools for creating and testing various symbolic link types, mount points, and oplocks to discover TOCTOU and other file system vulnerabilities. | Kitploit
Tools/GitHubGitHub/googleprojectzero/symboliclink-testing-tools
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingRed TeamingArchived
GitHubgoogleprojectzero/symboliclink-testing-tools

symboliclink-testing-tools

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Small suite of Windows tools for creating and testing various symbolic link types, mount points, and oplocks to discover TOCTOU and other file system vulnerabilities.

View Repository
86019523 years agoReviewed by Kitploit

symboliclink-testing-tools

(c) Google Inc. 2015 Developed by James Forshaw

This is a small suite of tools to test various symbolic link types of Windows. It consists of the following tools:

BaitAndSwitch : Creates a symbolic link and uses an OPLOCK to win a TOCTOU CreateDosDeviceSymlink: Creates a object manager symbolic link using csrss CreateMountPoint: Create an arbitrary file mount point CreateNtfsSymlink: Create an NTFS symbolic link CreateObjectDirectory: Create a new object manager directory CreateRegSymlink: Create a registry key symbolic link DeleteMountPoint: Delete a mount point DumpReparsePoint: Delete the reparse point data NativeSymlink: Create an object manager symbolic link SetOpLock: Tool to create oplocks on arbitrary files or directories

The tools can be built with Visual Studio 2013

Download Tool