Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

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

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages