All authors
costrict-plugins-repo avatar

Claude Skills by costrict-plugins-repo

github.com/costrict-plugins-repo
818 skillsA× 697B× 83C× 17D× 12F× 90 installs78 views
Executing Red Team ExerciseA

'Run a stealthy, MITRE ATT&CK-mapped adversary emulation against an organization''s

securityrustgo
0
67
Exploiting Active Directory Certificate Services Esc1A

Exploit misconfigured Active Directory Certificate Services (AD CS) ESC1

securitypythongo
0
67
Exploiting Active Directory With BloodhoundA

BloodHound is a graph-based Active Directory reconnaissance tool that

securitypythonrust
0
67
Exploiting Adcs With CertipyA

Use Certipy to enumerate AD CS certificate authorities and templates over LDAP/RPC, then exploit ESC1-ESC16 misconfigurations - SAN abuse, NTLM relay to web enrollment (ESC8), Shadow Credentials, golden certificate forgery, and PKINIT/Schannel auth. Use during authorized penetration tests to escalate a domain foothold to Domain Admin, or to validate that certificate template ACLs and CA hardening detect these attacks.

securitypythongo
0
67
Exploiting Api Injection VulnerabilitiesB

Tests API parameters, headers, and request bodies for injection flaws — SQL injection, NoSQL injection, OS command injection, LDAP injection, and SSRF — by crafting payloads tailored to the target backend to extract data, execute commands, or reach internal services, mapped to OWASP API8:2023 and API7:2023 SSRF. Use when performing SQLi, NoSQL injection, command injection, or SSRF testing against APIs, or assessing API input validation.

databasespythongo
0
67
Exploiting Aws With PacuC

Runs the Pacu AWS exploitation framework end-to-end — session and credential setup, IAM enumeration, automated privilege-escalation scanning via iam__privesc_scan, and persistence/backdooring modules like iam__backdoor_users_keys. Use for authorized AWS penetration tests or red-team engagements, assessing blast radius from a compromised IAM credential, or generating attacker telemetry for purple-team detection testing.

securitypythonrust
0
67
Exploiting Bgp Hijacking VulnerabilitiesB

'Analyzes and simulates BGP hijacking scenarios in authorized lab environments

devopspythonbash
0
67
Exploiting Broken Function Level AuthorizationA

Tests APIs for Broken Function Level Authorization (OWASP API5:2023) by identifying admin and privileged endpoints, then reaching them with regular-user credentials via HTTP method switching, URL path manipulation, and parameter tampering. Use when testing whether low-privilege users can invoke admin API functions or otherwise escalate privileges via function-level access control gaps.

developmentjavascriptpython
0
67
Exploiting Broken Link HijackingA

Discovers and exploits broken link hijacking by spidering a site (Burp Suite Spider, Scrapy, curl scraping), extracting referenced external scripts/domains, and checking DNS/CNAME records and domain registration status for expired or unclaimed resources an attacker could register. Use for subdomain takeover testing, supply-chain review of third-party scripts, or bug bounty hunting for hijackable external resources.

securityjavascriptjava
0
67
Exploiting Constrained Delegation AbuseA

Exploits Kerberos Constrained Delegation misconfigurations in Active Directory using Impacket's findDelegation.py and getST.py (or Rubeus/Kekeo on Windows) to abuse S4U2Self and S4U2Proxy and impersonate privileged users. Use during authorized Active Directory penetration tests or red-team engagements for lateral movement and privilege escalation after finding an account trusted for constrained delegation.

securitypythonrust
0
67
Exploiting Deeplink VulnerabilitiesA

'Tests and exploits deep link (URL scheme and App Link) vulnerabilities

securityjavascriptgo
0
67
Exploiting Excessive Data Exposure In ApiA

Tests APIs for excessive data exposure (OWASP API3:2023) by intercepting raw API responses and comparing them against what the UI actually renders, looking for leaked PII, internal identifiers, debug data, or business-sensitive fields the frontend filters but the API still transmits. Use when auditing REST or mobile-app APIs for over-fetching, response filtering bypass, or unintended data leakage in endpoint responses.

developmentpythongo
0
67
Exploiting Http Request SmugglingA

Detects and exploits HTTP request smuggling caused by Content-Length/Transfer-Encoding parsing discrepancies between front-end and back-end servers, using Burp Suite Repeater (auto Content-Length disabled), the HTTP Request Smuggler extension, and smuggler.py. Use during authorized tests of multi-tier architectures behind a reverse proxy, load balancer, or CDN to find desync flaws and bypass front-end controls.

securitypythongo
0
67
Exploiting Idor VulnerabilitiesA

Identifies and exploits Insecure Direct Object Reference (IDOR) vulnerabilities by manipulating object identifiers (numeric IDs, UUIDs, slugs) in API requests and URLs, using Burp Suite proxy history, Intruder, and the Authorize extension to test object-level authorization across sessions. Use during authorized penetration tests or bug bounty work to validate that CRUD endpoints and multi-tenant applications enforce per-object access control.

securitygobash
0
67
Exploiting Insecure Data Storage In MobileB

'Identifies and exploits insecure local data storage vulnerabilities

securitygojava
0
67
Exploiting Insecure DeserializationA

Identifying and exploiting insecure deserialization vulnerabilities in

securitypythonrust
0
67
Exploiting Ipv6 VulnerabilitiesA

'Identifies and exploits IPv6-specific vulnerabilities including SLAAC

securitypythonbash
0
67
Exploiting Jwt Algorithm Confusion AttackB

Exploits JWT algorithm confusion where the server's verification library trusts the alg named in the token header, by switching RS256 to HS256 (signing with the RSA public key as HMAC secret), setting alg to none, or injecting kid/jku/x5u headers to supply an attacker-controlled key. Use when testing RS256 JWT auth for algorithm downgrade, alg:none bypass, or key-confusion signature forgery.

securitypythonrust
0
67
Exploiting Kerberoasting With ImpacketA

Performs Kerberoasting (MITRE ATT&CK T1558.003) using Impacket's GetUserSPNs.py to request Kerberos TGS tickets for SPN-registered service accounts, then cracks the extracted RC4/AES-encrypted hashes offline to recover service account credentials. Use during authorized Active Directory penetration tests or red-team engagements for credential access against service accounts via Kerberos ticket-granting-service requests.

securityshellbash
0
67
Exploiting Mass Assignment In Rest ApisA

Discovers and exploits mass assignment (autobinding) in REST APIs by injecting unexpected or hidden parameters (e.g. role, isAdmin, plan) into create/update requests, using Burp Suite Intruder, Arjun, and param-miner to find bindable fields on ORM-backed endpoints (Rails, Django, Laravel, Spring). Use when testing REST APIs for privilege escalation or authorization bypass via unintended parameter binding.

securitypythongo
0
67
Exploiting Ms17 010 Eternalblue VulnerabilityA

Detects and exploits MS17-010 (EternalBlue), a critical remote code execution flaw in Microsoft's SMBv1 implementation, using Nmap's ms-17-010 NSE script for detection and Metasploit's ms17_010_eternalblue/ms17_010_psexec modules for exploitation. Use during authorized red-team engagements or penetration tests against legacy Windows environments with unpatched SMBv1 to gain remote code execution.

securitypythongo
0
67
Exploiting Nopac Cve 2021 42278 42287A

Exploits the noPac Active Directory privilege-escalation chain (CVE-2021-42278

securitypythonshell
0
67
Exploiting Nosql Injection VulnerabilitiesB

Detects and exploits NoSQL injection vulnerabilities in MongoDB, CouchDB,

securityjavascriptpython
0
67
Exploiting Oauth MisconfigurationA

Identifying and exploiting OAuth 2.0 and OpenID Connect misconfigurations

securityjavascriptpython
0
67
Exploiting Prototype Pollution In JavascriptA

Detects and exploits JavaScript prototype pollution vulnerabilities

developmentjavascriptjava
0
67
Exploiting Race Condition VulnerabilitiesA

Detects and exploits race condition (TOCTOU) vulnerabilities in web

businesspythongo
0
67
Exploiting Server Side Request ForgeryB

Identifying and exploiting SSRF vulnerabilities to access internal services,

securityrustgo
0
67
Exploiting Smb Vulnerabilities With MetasploitA

'Identifies and exploits SMB protocol vulnerabilities using Metasploit

securitypythonshell
0
67
Exploiting Sql Injection VulnerabilitiesA

'Identifies and exploits SQL injection vulnerabilities in web applications

securityjavaphp
0
67
Exploiting Sql Injection With SqlmapB

Detecting and exploiting SQL injection vulnerabilities using sqlmap to

securitypythongo
0
67
Exploiting Template Injection VulnerabilitiesC

Detects and exploits Server-Side Template Injection (SSTI) vulnerabilities

securitypythongo
0
67
Exploiting Type Juggling VulnerabilitiesA

Exploits PHP type juggling vulnerabilities caused by loose (==) comparison

securitypythonphp
0
67
Exploiting Vulnerabilities With Metasploit FrameworkB

Uses the Metasploit Framework (msfconsole and its exploit, auxiliary,

securityshellbash
0
67
Exploiting Websocket VulnerabilitiesC

Testing WebSocket implementations for authentication bypass, cross-site

securitypythonrust
0
67
Exploiting Zerologon Vulnerability Cve 2020 1472A

Exploits the Zerologon vulnerability (CVE-2020-1472) in the Netlogon

securitypythongo
0
67
Extracting Browser History ArtifactsA

Extracts and analyzes browser history, cookies, cache, downloads, and

securitypythongo
0
67
Extracting Config From Agent Tesla RatA

Extracts embedded configuration from Agent Tesla RAT samples, including

securitypythonrust
0
67
Extracting Credentials From Memory DumpA

Extracts cached credentials, password hashes, Kerberos tickets, and

securitypythongo
0
67
Extracting Iocs From Malware SamplesA

Extracts indicators of compromise (IOCs) from malware samples, including

businesspythonrust
0
67
Extracting Memory Artifacts With RekallA

'Uses Rekall memory forensics framework to analyze memory dumps for process

securitypythongo
0
67
Extracting Windows Event Logs ArtifactsA

Extract, parse, and analyze Windows Event Logs (EVTX) using Chainsaw,

securitypythongo
0
67
Fleet Hunting With VelociraptorA

Deploy a Velociraptor server and agents, then author VQL (Velociraptor Query Language) artifacts and run them as fleet-wide hunts, on-demand forensic collections, or standalone offline collectors. Use when hunting a TTP across hundreds or thousands of endpoints, collecting forensic artifacts during incident response without re-imaging, or generating collectors for unmanaged/air-gapped hosts.

devopsgoshell
0
67
Generating And Analyzing SbomsC

Generate CycloneDX and SPDX SBOMs from container images and filesystems with Syft, correlate them to CVEs with Grype, and sign/attest them with Cosign. Use when you need a machine-readable dependency inventory for supply-chain risk, want to scan images or SBOMs for known vulnerabilities, or are embedding SBOM generation and vulnerability gating into CI/CD.

devopsrustgo
0
67
Generating Forensic Timelines With HayabusaA

Run Hayabusa against collected Windows EVTX files to apply Sigma detection rules and produce a prioritized, chronological CSV/JSON timeline with severity levels, MITRE ATT&CK mappings, and per-host/per-Event-ID metrics. Use during DFIR triage to turn raw event logs into a fast, SIEM-free incident timeline, or to export results into Timesketch or Timeline Explorer for collaborative analysis.

devopsrustgo
0
67
Generating Threat Intelligence ReportsA

'Generates structured cyber threat intelligence reports at strategic,

businessrustgo
0
67
Hardening Docker Containers For ProductionB

Hardens Dockerfiles, images, and per-container runtime settings against the CIS Docker Benchmark v1.8.0: non-root users, dropped capabilities, read-only root filesystem, seccomp and AppArmor profiles, and minimal multi-stage builds, validated with docker-bench-security, Hadolint, and Dockle. Use when preparing a container or Dockerfile for production, or auditing images and runtime flags against CIS Docker controls. Keywords: Dockerfile, USER, --cap-drop, read-only rootfs, seccomp, AppArmor, ...

securitypythonrust
0
67
Hardening Docker Daemon ConfigurationC

Hardens the Docker daemon (dockerd) through /etc/docker/daemon.json with user namespace remapping, TLS client authentication, seccomp profiles, and CIS Docker Benchmark controls such as icc, no-new-privileges, and live-restore. Use when securing a Docker host's daemon to prevent privilege escalation, breakout, or lateral movement, or when auditing daemon settings against CIS requirements. Keywords: dockerd, daemon.json, userns-remap, no-new-privileges, icc, live-restore, TLS socket. Do not us...

devopsrustbash
0
67
Hardening Linux Endpoint With Cis BenchmarkB

'Hardens Linux endpoints using CIS Benchmark recommendations for Ubuntu,

devopsgoshell
0
67
Hardening Windows Endpoint With Cis BenchmarkA

'Hardens Windows endpoints using CIS (Center for Internet Security) Benchmark

securitygoshell
0
67
Hunting Advanced Persistent ThreatsA

'Proactively hunts for Advanced Persistent Threat (APT) activity within

researchgoshell
0
67