Documentation
Everything you need to run password checks, breach lookups, audits, and scan reports on PC and Linux.
Introduction
Cobra Systems provides PC-first security tools for password hygiene, breach exposure checks, local audits, and scan reports. These are local desktop utilities built for fast execution and clear results.
These tools are free to try today, with premium tiers for teams and advanced reporting.
Install
Download the Cobra Systems desktop suite and run the executable for your platform.
# Windows $ CobraSetup.exe # Linux $ ./cobra-systems.sh
Quickstart
Run your first security check with the local executable suite.
# Run the password check tool on Windows $ PasswordCheck.exe --password "" --user " "
# Run the password check tool in PowerShell $ .\PasswordCheck.exe --password "" --user " "
# Run the password check tool on Linux $ ./PasswordCheck --password "" --user " "
Troubleshooting
If a tool cannot run, the CLI returns a concise message with the fix you need.
[!] Missing password. Run PasswordCheck.exe withand optionally --user.
| Issue | Message |
|---|---|
| Missing input | Run the tool with the required flags. |
| Unknown tool | Check the executable name and try again. |
| Too many checks | Wait a moment and rerun the command. |
| Internal error | Restart the tool and try again. |
Password check
Evaluate password strength, exposure, and recommendations for safer credentials.
| Option | Type | Description |
|---|---|---|
| --password | string | Password to evaluate. |
| --user | string | Optional username or email for contextual scoring. |
PasswordCheck.exe --password "hunter2" --user "john@example.com" Password strength: Strong Breached: No Score: 0
Breach lookup
Search email or username exposure across known breach feeds without storing sensitive data.
| Parameter | Type | Description |
|---|---|---|
| string | Email address to check. | |
| user | string | Optional username alias. |
BreachLookup.exe --email "" Breached: No Breaches: none
Password generator
Generate strong passwords with configurable length, complexity, and character sets.
| Parameter | Type | Description |
|---|---|---|
| length | number | Password length. Defaults to 16. |
| symbols | boolean | Include symbols when true. |
PasswordGenerator.exe --length 20 --symbols true Generated password: fj8K!9kL#2tZx1P5 Entropy: 112 bits
Local audit
Run a quick desktop audit for weak passwords, outdated configs, and credential leaks.
| Parameter | Type | Description |
|---|---|---|
| platform | string | Target platform, e.g. pc or linux. |
LocalAudit.exe --platform pc Audit complete: OK Findings: - Weak admin password detected Score: 0
Scan report
Receive a concise scan summary for desktop security posture and remediation guidance.
| Parameter | Type | Description |
|---|---|---|
| target | string | Scan target, e.g. desktop. |
ScanReport.exe --target desktop Critical issues: 0 Warnings: 0 Summary: All desktop settings are secure.
Ready to secure your PC?
Run a tool in under a minute and see the result immediately.
Cobra Systems