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.

install
# 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.

tool output
[!] Missing password. Run PasswordCheck.exe with  and optionally --user.
IssueMessage
Missing inputRun the tool with the required flags.
Unknown toolCheck the executable name and try again.
Too many checksWait a moment and rerun the command.
Internal errorRestart the tool and try again.

Password check

RUNPasswordCheck.exe

Evaluate password strength, exposure, and recommendations for safer credentials.

OptionTypeDescription
--passwordstringPassword to evaluate.
--userstringOptional username or email for contextual scoring.
tool output
PasswordCheck.exe --password "hunter2" --user "john@example.com"
Password strength: Strong
Breached: No
Score: 0

Breach lookup

RUNBreachLookup.exe

Search email or username exposure across known breach feeds without storing sensitive data.

ParameterTypeDescription
emailstringEmail address to check.
userstringOptional username alias.
tool output
BreachLookup.exe --email ""
Breached: No
Breaches: none

Password generator

RUNPasswordGenerator.exe

Generate strong passwords with configurable length, complexity, and character sets.

ParameterTypeDescription
lengthnumberPassword length. Defaults to 16.
symbolsbooleanInclude symbols when true.
tool output
PasswordGenerator.exe --length 20 --symbols true
Generated password: fj8K!9kL#2tZx1P5
Entropy: 112 bits

Local audit

RUNLocalAudit.exe

Run a quick desktop audit for weak passwords, outdated configs, and credential leaks.

ParameterTypeDescription
platformstringTarget platform, e.g. pc or linux.
tool output
LocalAudit.exe --platform pc
Audit complete: OK
Findings:
  - Weak admin password detected
Score: 0

Scan report

RUNScanReport.exe

Receive a concise scan summary for desktop security posture and remediation guidance.

ParameterTypeDescription
targetstringScan target, e.g. desktop.
tool output
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.