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-2024-1709-ConnectWise-ScreenConnect-Authentication-Bypass | Kitploit
Tools/GitHubGitHub/sxyrxyy/cve-2024-1709-connectwise-screenconnect-authentication-bypass
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubsxyrxyy/cve-2024-1709-connectwise-screenconnect-authentication-bypass

CVE-2024-1709-ConnectWise-ScreenConnect-Authentication-Bypass

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
112 years agoNot yet reviewed

ConnectWise ScreenConnect: Authentication Bypass

Introduction

This project aims to exploit an authentication bypass vulnerability in ConnectWise ScreenConnect. It provides a script to demonstrate the exploit. Please ensure you have the necessary permissions before attempting to use this script.

Usage

root@kitploit:~
python exploit.py [options]

Options:

  • --username: Username to add (Required).
  • --password: Password to add (Required).
  • --urls: Path to the file containing URLs.
  • --url: Run only on this URL.

Note: Either --urls or --url is required.

Example

root@kitploit:~
python exploit.py --username admin --password p@ssw0rd --urls urls.txt
python exploit.py --username admin --password p@ssw0rd --url 'http://127.0.0.1/'

Disclaimer

This project is for educational purposes only. Use it at your own risk. The authors do not take any responsibility for its misuse.

Download Tool