Skip to main content

Detect Cluely cheating software and its evasion techniques

Project description

NoCluely-py

Python library for detecting Cluely employee monitoring software and its evasion techniques.

Installation

pip install no-cluely

Requirements

  • Python: 3.8 or later
  • Platform: macOS only (Cluely is macOS-specific)
  • Architecture: x64 (Intel/Apple Silicon)

Quick Start

Simple Detection

from no_cluely import NoCluely

# Quick check
if NoCluely.is_cluely_running():
    print("⚠️ Employee monitoring detected!")
else:
    print("✅ No monitoring software found")

Detailed Analysis

from no_cluely import NoCluely

detection = NoCluely.detect_cluely_detailed()

if detection.is_detected:
    print(f"🚨 Cluely Detected!")
    print(f"   Severity: {detection.severity_level}")
    print(f"   Windows: {detection.window_count}")
    print(f"   Techniques: {', '.join(detection.evasion_techniques)}")
else:
    print("✅ System clean")

Real-time Monitoring

from no_cluely import CluelyMonitor

def on_detected(detection):
    print(f"🚨 Monitoring started! Severity: {detection.severity_level}")

def on_removed():
    print("✅ Monitoring stopped")

monitor = CluelyMonitor()
monitor.start(
    interval=5.0,  # Check every 5 seconds
    on_detected=on_detected,
    on_removed=on_removed
)

# Your application continues...
# Call monitor.stop() when done

License

MIT License

Contributing

Issues and pull requests welcome at: https://github.com/your-org/no-cluely-driver

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

no_cluely-0.0.3.tar.gz (353.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

no_cluely-0.0.3-py3-none-any.whl (179.4 kB view details)

Uploaded Python 3

File details

Details for the file no_cluely-0.0.3.tar.gz.

File metadata

  • Download URL: no_cluely-0.0.3.tar.gz
  • Upload date:
  • Size: 353.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for no_cluely-0.0.3.tar.gz
Algorithm Hash digest
SHA256 022c2b8e31c5ce6f18af83a32d2cf70b4db2053c83326d10b8f740de4259bdc6
MD5 2eede001bd9819b7183f69ad9c643018
BLAKE2b-256 db7676ad879eb0c85cfbb055f8fdce7e47185a8ae499f27b1302f98c10cf807c

See more details on using hashes here.

File details

Details for the file no_cluely-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: no_cluely-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 179.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for no_cluely-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 90a873a715f547ad008d90c19e07ee8386a54013a4fcc99472ae847341024cbc
MD5 caa2e17bfeb300e114f8929aebd0a049
BLAKE2b-256 71fa6648d5477bbcc47bb36382e1b21cab8e211f9f2b22f95096e1df1da58d2f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page