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-2022-31890 — Python-based exploit for CVE-2022-31890 in osTicket support ticketing system, enabling credential dumping via nickname and password enumeration scripts. | Kitploit
Tools/GitHubGitHub/reewardius/cve-2022-31890
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationInformation Gathering
GitHubreewardius/cve-2022-31890

CVE-2022-31890

Python-based exploit for CVE-2022-31890 in osTicket support ticketing system, enabling credential dumping via nickname and password enumeration scripts.

View Repository
33 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-31890 for osTicket | Support Ticketing System

Nickname:

root@kitploit:~
> python nickname.py
# The output of the first nickname in the table.

Password:

root@kitploit:~
> python password.py
# The output of the first password in the table.

Output to file:

root@kitploit:~
> python dumpFile.py
> cat dump.txt || {{nickname}}::{{password}}

Output to console:

root@kitploit:~
> python dumpConsole.py
# Output to console || {{nickname}}::{{password}}
Download Tool