Skip to content

Instantly share code, notes, and snippets.

@radnov
radnov / polinrider_hunt_macos_updated.sh
Created June 5, 2026 07:34
Updated Polinrider scanner
#!/bin/bash
# polinrider_hunt.sh
# macOS triage scanner for PolinRider / Void Dokkaebi / Contagious Interview indicators
# Covers: BeaverTail, InvisibleFerret, OtterCookie, FlexibleFerret, GolangGhost, PylangGhost
#
# By DEFAULT this scans your code only (cloned repos / dev folders) and reports
# malicious FILES as [ HIT ]. Host/system triage (LaunchAgents, processes,
# network, browser staging) is OFF by default and runs only with --host, where
# its findings print as the calmer [ CHECK ] — context to review, not proof.
#
@radnov
radnov / COMMIT-SIGNING.md
Last active June 4, 2026 07:09
Setting Up Commit Signing with SSH

Setting Up Commit Signing with SSH

Signed commits are enforced for all repositories in our GitHub org. Unsigned commits will be rejected. This guide covers signing commits with an SSH key protected by a passphrase.

1. Generate an SSH key with a passphrase

Follow the GitHub guide: Generating a new SSH key

ssh-keygen -t ed25519 -C "your_email@dhis2.org"