EvilFreelancer

90 mods across 9 repositories, 454 stars between them.

analyzing-binaries

25

EvilFreelancer/secs

Skill Claude CodeCodex

Reverse engineer compiled binaries, firmware, and mobile app packages using triage, static disassembly, decompilation, and dynamic instrumentation. Use when analyzing an executable, ELF/PE/Mach-O file, firmware image, or stripped binary, recovering an algorithm or protocol, or working a CTF reversing challenge.

10 23d ago A 68 tokens copy · 86% Apache-2.0

analyzing-malware

26

EvilFreelancer/secs

Skill Claude CodeCodex

Analyze suspected malware safely — containment, static triage, sandboxed detonation, unpacking, capability and C2 extraction, IOC production, and YARA rule authoring. Use when handed a suspicious file, hash, or sample, when triaging an alert artifact, or when producing detection content from a specimen.

10 23d ago A 69 tokens copy · 98% Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Analyze volatile memory images (RAM dumps) using Volatility 3 — process enumeration, injected code detection, credential extraction, network artifacts, rootkit analysis, and timeline construction from memory-resident data. Use when examining a memory capture from a compromised host, hunting for injected code or…

10 23d ago B 81 tokens copy · 95% Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Analyze packet captures and network telemetry for intrusion evidence — capture and handling, the Wireshark/tshark triage funnel, Zeek log mining, Suricata rule runs, beacon and DNS-tunnel detection, TLS/JA3 fingerprinting, HTTP and file carving, exfiltration hunting, and IOC handoff. Use when a .pcap or .pcapng…

10 23d ago A 146 tokens copy · 100% Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Analyze a reported or suspected phishing email safely — parse the Received chain and Return-Path, validate SPF/DKIM/DMARC alignment, extract and defang URLs and attachments, detonate payloads in a sandbox, and pivot on sender infrastructure to produce IOCs and a disposition. Use when a user-reported email, a mailbox…

10 23d ago A 106 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Attack and enumerate Active Directory environments using Kerberos attacks (Kerberoasting, ASREPRoasting), credential dumping (DCSync, Mimikatz), lateral movement (PtH, PtT), and BloodHound analysis. Use when pentesting Windows domains or exploiting AD misconfigurations.

10 23d ago A 65 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Attack WiFi networks using WPA/WPA2 cracking, WPS exploitation, Evil Twin attacks, deauthentication, and wireless reconnaissance. Use when pentesting wireless networks or performing WiFi security assessments.

10 23d ago A 46 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Audit source code for exploitable vulnerabilities using threat-model-driven review, taint tracing, invariant checking, and variant analysis. Use when reviewing a codebase or diff for security bugs, performing a security audit, hunting for vulnerabilities in a target's source, or validating whether a suspected finding…

10 23d ago A 67 tokens copy · 91% Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Audit a Model Context Protocol server's own implementation for how it can subvert or exfiltrate from the agent that connects to it — tool-description injection (tool poisoning), tool shadowing and rug pulls, per-tool authorization and input schemas, SSRF via URL-fetching tools, transport and authentication exposure…

10 23d ago C 107 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Audit software supply chain risk — dependency and transitive package review, typosquatting and dependency confusion, lockfile and SBOM analysis, CI/CD pipeline and GitHub Actions security, build provenance, and secrets exposure. Use when assessing third-party package risk, reviewing a build pipeline, investigating a…

10 23d ago B 74 tokens copy · 100% Apache-2.0

container-security

35

EvilFreelancer/secs

Skill Claude CodeCodex

Container and Kubernetes security assessment — image vulnerability scanning, SBOM diff analysis, K8s cluster auditing, RBAC privilege mapping, NetworkPolicy review, container escape testing, and runtime monitoring (Falco/Tetragon). Use when scanning Docker/OCI images, auditing K8s clusters, reviewing Dockerfiles…

10 23d ago A 118 tokens original Apache-2.0

cracking-passwords

36

EvilFreelancer/secs

Skill Claude CodeCodex

Crack password hashes using hashcat/john, perform password spraying, brute force authentication, and execute pass-the-hash attacks. Use when cracking credentials or performing password-based attacks.

10 23d ago C 41 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Build, test, and tune detection content — Sigma, YARA, Suricata, and EDR/SIEM queries — mapped to MITRE ATT&CK with explicit false-positive analysis and detection-as-code practices. Use when writing or reviewing a detection rule, converting IOCs or TTPs into alerts, measuring detection coverage, or reducing alert…

10 23d ago A 77 tokens copy · 100% Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Enumerate and exploit network services including SMB, FTP, SSH, RDP, HTTP, databases (MySQL, MSSQL, PostgreSQL, MongoDB), LDAP, NFS, DNS, and SNMP. Use when testing network service security or performing port-based exploitation.

10 23d ago A 60 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Escalate privileges on Linux systems using SUID/SGID binaries, capabilities, sudo misconfigurations, cron jobs, kernel exploits, and container escapes. Use when performing Linux post-exploitation or privilege escalation.

10 23d ago F 51 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Escalate privileges on Windows systems using service misconfigurations, DLL hijacking, token manipulation, UAC bypasses, registry exploits, and credential dumping. Use when performing Windows post-exploitation or privilege escalation.

10 23d ago A 52 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Maintain authorized access across reboots and credential changes during red-team post-exploitation — Windows autostart (Run keys, services, scheduled tasks, WMI subscriptions), Linux (cron, systemd, shell profiles, SSH keys), Active Directory (accounts, DCSync rights, tickets), and cloud identity — chosen…

10 23d ago B 115 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Exploit AWS, Azure, and GCP cloud misconfigurations including S3 buckets, IAM roles, metadata services, serverless functions, and cloud-specific privilege escalation. Use when pentesting cloud environments or assessing cloud security.

10 23d ago B 52 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Proactively harden a cloud account or organization before an incident — prioritizing IAM and identity risk over checkbox findings, closing the exposures that become attack paths (public storage, over-broad roles, missing audit logging, unencrypted data), reading CSPM output critically, and enforcing guardrails at the…

10 23d ago A 113 tokens copy · 92% Apache-2.0

hunting-threats

44

EvilFreelancer/secs

Skill Claude CodeCodex

Run hypothesis-driven threat hunts across endpoint, network, cloud, and identity telemetry using stack counting, outlier analysis, and ATT&CK-based hypotheses, with SIEM query patterns for Splunk, KQL, and Elastic. Use when proactively searching for undetected compromise, validating an intel report against your…

10 23d ago A 78 tokens copy · 100% Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Hunt for planted webshells and server-side backdoors on web infrastructure — recently-changed files in web roots, dangerous-callable content signatures (eval/system/base64), YARA scans, web-server log anomalies (POST to static-looking paths, rare user agents), and web-server processes spawning shells. Use when a web…

10 23d ago A 117 tokens original Apache-2.0

iac-security

46

EvilFreelancer/secs

Skill Claude CodeCodex

Infrastructure-as-Code security scanning router for Terraform, CloudFormation, Kubernetes manifests, Helm, ARM/Bicep. Orchestrates Checkov, tfsec, Terrascan, KICS, kubesec, kube-linter, Polaris, cfn-lint/cfn-nag, and OPA/Conftest. Use when auditing IaC for misconfigurations, scanning Terraform plans, validating K8s…

10 23d ago A 105 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Investigate a suspected AWS compromise from the control plane — CloudTrail management and data events (queried with Athena or CloudTrail Lake), GuardDuty findings, VPC Flow Logs, and CloudWatch — to reconstruct IAM/STS abuse, persistence, data access, and log tampering into a timeline. Use when the evidence is AWS API…

10 23d ago A 101 tokens original Apache-2.0

EvilFreelancer/secs

Skill Claude CodeCodex

Investigate a suspected Azure and Entra ID compromise from the control plane — Azure Activity Log, Entra sign-in and audit logs, and the Microsoft 365 unified audit log, queried with KQL in Log Analytics/Sentinel — to reconstruct identity abuse, MFA and conditional-access bypass, service-principal and app-consent…

10 23d ago A 114 tokens original Apache-2.0