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
watchguard-sso-client — Client Implementation for the WatchGuard SSO Agent Protocol used for Security Research (CVE-2024-6592, CVE-2024-6593, CVE-2024-6594) | Kitploit
Tools/GitHubGitHub/redteampentesting/watchguard-sso-client
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingAuthenticationRed Teaming
GitHubredteampentesting/watchguard-sso-client

watchguard-sso-client

Client Implementation for the WatchGuard SSO Agent Protocol used for Security Research (CVE-2024-6592, CVE-2024-6593, CVE-2024-6594)

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
331 year agoNot yet reviewed

Proof of Concept for Watchguard SSO Agent Vulnerabilitites (CVE-2024-6592, CVE-2024-6593, CVE-2024-6594)

Details are described in our advisories available at:

  • CVE-2024-6592
  • CVE-2024-6593
  • CVE-2024-6594

The script requires the Python click library to run.

Examples

Issue Arbitrary Commands to SSO Clients

The subcommand command can be used to issue commands to the Telnet interface of a Watchguard SSO client. For example, the list of currently logged-in users can be retrieved:

root@kitploit:~
$ ./wgclient.py command --host 'client.domainname' 'get user a'

Retrieve Log files from SSO Clients

The subcommand logfile can be used to retrieve log files of an Watchguard SSO client. The log files may also include crash memory dumps (see CVE-2024-6592 for details).

root@kitploit:~
$ ./wgclient.py logfile --host 'client.domainname'

Calculate Authentication Bypass Secret

The subcommand authbypass can be used to calculated a secret value to login to the Telnet management interface of an Watchguard SSO agent. To secret is calculated from the banner that the agent sends upon connection, which has to be provided as argument. Details are available in the advisory for CVE-2024-6593.

root@kitploit:~
$ ./wgclient.py authbypass 'EVENT 350 log info Connected to [...]'
Download Tool