Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

cybersec-toolkit

cybersec-toolkit contient 253 skills collectées depuis 26zl, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
253
Stars
29
mis à jour
2026-07-03
Forks
5
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

building-incident-response-dashboard
Analystes en sécurité de l'information

Builds real-time incident response dashboards in Splunk, Elastic, or Grafana to provide SOC analysts and leadership with situational awareness during active incidents, tracking affected systems, containment status, IOC spread, and response timeline. Use when IR teams need unified visibility during incident coordination and post-incident reporting.

2026-07-03
configuring-suricata-for-network-monitoring
Administrateurs de réseaux et de systèmes informatiques

Deploys and configures Suricata IDS/IPS with Emerging Threats rulesets, EVE JSON logging, and custom rules for real-time network traffic inspection, threat detection, and integration with SIEM platforms for centralized security monitoring.

2026-07-03
detecting-credential-dumping-techniques
Analystes en sécurité de l'information

Detect LSASS credential dumping, SAM database extraction, and NTDS.dit theft using Sysmon Event ID 10, Windows Security logs, and SIEM correlation rules

2026-07-03
implementing-cloud-security-posture-management
Analystes en sécurité de l'information

Implementing Cloud Security Posture Management (CSPM) to continuously monitor multi-cloud environments for misconfigurations, compliance violations, and security risks using Prowler, ScoutSuite, AWS Security Hub, Azure Defender, and GCP Security Command Center.

2026-07-03
performing-memory-forensics-with-volatility3
Analystes en sécurité de l'information

Analyze volatile memory dumps using Volatility 3 to extract running processes, network connections, loaded modules, and evidence of malicious activity.

2026-07-03
performing-osint-with-spiderfoot
Analystes en sécurité de l'information

Automate OSINT collection using SpiderFoot REST API and CLI for target profiling, module-based reconnaissance, and structured result analysis across 200+ data sources

2026-07-03
analyzing-android-malware-with-apktool
Analystes en sécurité de l'information

Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source recovery, and androguard for permission analysis, manifest inspection, and suspicious API call detection.

2026-06-14
analyzing-cobalt-strike-beacon-configuration
Analystes en sécurité de l'information

Extract and analyze Cobalt Strike beacon configuration from PE files and memory dumps to identify C2 infrastructure, malleable profiles, and operator tradecraft.

2026-06-14
analyzing-disk-image-with-autopsy
Analystes en sécurité de l'information

Perform comprehensive forensic analysis of disk images using Autopsy to recover files, examine artifacts, and build investigation timelines.

2026-06-14
analyzing-email-headers-for-phishing-investigation
Analystes en sécurité de l'information

Parse and analyze email headers to trace the origin of phishing emails, verify sender authenticity, and identify spoofing through SPF, DKIM, and DMARC validation.

2026-06-14
analyzing-ethereum-smart-contract-vulnerabilities
Analystes en sécurité de l'information

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

2026-06-14
analyzing-ios-app-security-with-objection
Analystes en sécurité de l'information

Performs runtime mobile security exploration of iOS applications using Objection, a Frida-powered toolkit that enables security testers to interact with app internals without jailbreaking. Use when assessing iOS app security posture, bypassing client-side protections, dumping keychain items, inspecting filesystem storage, and evaluating runtime behavior. Activates for requests involving iOS security testing, Objection runtime analysis, Frida-based iOS assessment, or mobile runtime exploration.

2026-06-14
analyzing-macro-malware-in-office-documents
Analystes en sécurité de l'information

Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA deobfuscation to extract the attack chain. Activates for requests involving Office macro analysis, VBA malware investigation, maldoc analysis, or document-based threat examination.

2026-06-14
analyzing-malicious-pdf-with-peepdf
Analystes en sécurité de l'information

Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.

2026-06-14
analyzing-mft-for-deleted-file-recovery
Analystes en sécurité de l'information

Analyze the NTFS Master File Table ($MFT) to recover metadata and content of deleted files by examining MFT record entries, $LogFile, $UsnJrnl, and MFT slack space using MFTECmd, analyzeMFT, and X-Ways Forensics.

2026-06-14
analyzing-network-packets-with-scapy
Analystes en sécurité de l'information

Craft, send, sniff, and dissect network packets using Scapy for protocol analysis, network reconnaissance, and traffic anomaly detection in authorized security testing

2026-06-14
analyzing-network-traffic-with-wireshark
Analystes en sécurité de l'information

Captures and analyzes network packet data using Wireshark and tshark to identify malicious traffic patterns, diagnose protocol issues, extract artifacts, and support incident response investigations on authorized network segments.

2026-06-14
building-c2-infrastructure-with-sliver-framework
Analystes en sécurité de l'information

Build and configure a resilient command-and-control infrastructure using BishopFox's Sliver C2 framework with redirectors, HTTPS listeners, and multi-operator support for authorized red team engagements.

2026-06-14
building-detection-rules-with-sigma
Analystes en sécurité de l'information

Builds vendor-agnostic detection rules using the Sigma rule format for threat detection across SIEM platforms including Splunk, Elastic, and Microsoft Sentinel. Use when creating portable detection logic from threat intelligence, mapping rules to MITRE ATT&CK techniques, or converting community Sigma rules into platform-specific queries using sigmac or pySigma backends.

2026-06-14
exploiting-active-directory-with-bloodhound
Analystes en sécurité de l'information

BloodHound is a graph-based Active Directory reconnaissance tool that uses graph theory to reveal hidden and unintended relationships within AD environments. Red teams use BloodHound to identify attac

2026-06-14
exploiting-http-request-smuggling
Analystes en sécurité de l'information

Detecting and exploiting HTTP request smuggling vulnerabilities caused by Content-Length and Transfer-Encoding parsing discrepancies between front-end and back-end servers.

2026-06-14
exploiting-insecure-deserialization
Analystes en sécurité de l'information

Identifying and exploiting insecure deserialization vulnerabilities in Java, PHP, Python, and .NET applications to achieve remote code execution during authorized penetration tests.

2026-06-14
exploiting-jwt-algorithm-confusion-attack
Analystes en sécurité de l'information

Exploits JWT algorithm confusion vulnerabilities where the server's token verification library accepts the algorithm specified in the JWT header rather than enforcing a fixed algorithm. The tester manipulates the alg header to switch from RS256 to HS256 (using the RSA public key as the HMAC secret), sets alg to none to bypass signature verification, or exploits kid/jku/x5u header injection to supply attacker-controlled keys. Activates for requests involving JWT algorithm confusion, alg none attack, key confusion attack, or JWT signature bypass.

2026-06-14
exploiting-kerberoasting-with-impacket
Analystes en sécurité de l'information

Perform Kerberoasting attacks using Impacket's GetUserSPNs to extract and crack Kerberos TGS tickets for Active Directory service accounts.

2026-06-14
exploiting-ms17-010-eternalblue-vulnerability
Analystes en sécurité de l'information

MS17-010 (EternalBlue) is a critical vulnerability in Microsoft's SMBv1 implementation that allows remote code execution. Originally discovered by the NSA and leaked by the Shadow Brokers in 2017, it

2026-06-14
exploiting-nosql-injection-vulnerabilities
Analystes en sécurité de l'information

Detect and exploit NoSQL injection vulnerabilities in MongoDB, CouchDB, and other NoSQL databases to demonstrate authentication bypass, data extraction, and unauthorized access risks.

2026-06-14
exploiting-prototype-pollution-in-javascript
Analystes en sécurité de l'information

Detect and exploit JavaScript prototype pollution vulnerabilities on both client-side and server-side applications to achieve XSS, RCE, and authentication bypass through property injection.

2026-06-14
exploiting-race-condition-vulnerabilities
Analystes en sécurité de l'information

Detect and exploit race condition vulnerabilities in web applications using Turbo Intruder's single-packet attack technique to bypass rate limits, duplicate transactions, and exploit time-of-check-to-time-of-use flaws.

2026-06-14
exploiting-server-side-request-forgery
Analystes en sécurité de l'information

Identifying and exploiting SSRF vulnerabilities to access internal services, cloud metadata, and restricted network resources during authorized penetration tests.

2026-06-14
exploiting-zerologon-vulnerability-cve-2020-1472
Analystes en sécurité de l'information

Exploit the Zerologon vulnerability (CVE-2020-1472) in the Netlogon Remote Protocol to achieve domain controller compromise by resetting the machine account password to empty.

2026-06-14
extracting-credentials-from-memory-dump
Analystes en sécurité de l'information

Extract cached credentials, password hashes, Kerberos tickets, and authentication tokens from memory dumps using Volatility and Mimikatz for forensic investigation.

2026-06-14
extracting-iocs-from-malware-samples
Analystes en sécurité de l'information

Extracts indicators of compromise (IOCs) from malware samples including file hashes, network indicators (IPs, domains, URLs), host artifacts (file paths, registry keys, mutexes), and behavioral patterns for threat intelligence sharing and detection rule creation. Activates for requests involving IOC extraction, threat indicator harvesting, malware indicator collection, or building detection content from samples.

2026-06-14
hunting-for-anomalous-powershell-execution
Analystes en sécurité de l'information

Hunt for malicious PowerShell activity by analyzing Script Block Logging (Event 4104), Module Logging (Event 4103), and process creation events. The analyst parses Windows Event Log EVTX files to detect obfuscated commands, AMSI bypass attempts, encoded payloads, credential dumping keywords, and suspicious download cradles. Activates for requests involving PowerShell threat hunting, script block analysis, encoded command detection, or AMSI bypass identification.

2026-06-14
hunting-for-cobalt-strike-beacons
Analystes en sécurité de l'information

Detect Cobalt Strike beacon network activity using default TLS certificate signatures (serial 8BB00EE), JA3/JA3S/JARM fingerprints, HTTP C2 profile pattern matching, beacon jitter analysis, and named pipe detection via Zeek, Suricata, and Python PCAP analysis.

2026-06-14
hunting-for-data-exfiltration-indicators
Analystes en sécurité de l'information

Hunt for data exfiltration through network traffic analysis, detecting unusual data flows, DNS tunneling, cloud storage uploads, and encrypted channel abuse.

2026-06-14
module-scaffold
Développeurs de logiciels

Use when creating a brand new module file in modules/ for a new tool category. Generates the boilerplate with correct array prefix, install_module_<name>() function, and ensures it integrates with install.sh, profiles, and MCP server. Triggers on "new module", "add a module for X", "scaffold module".

2026-06-14
performing-cloud-native-threat-hunting-with-aws-detective
Analystes en sécurité de l'information

Hunt for threats in AWS environments using Detective behavior graphs, entity investigation timelines, GuardDuty finding correlation, and automated entity profiling across IAM users, EC2 instances, and IP addresses.

2026-06-14
ai-threat-testing
Analystes en sécurité de l'information

Offensive AI security testing and exploitation framework. Systematically tests LLM applications for OWASP Top 10 vulnerabilities including prompt injection, model extraction, data poisoning, and supply chain attacks. Integrates with pentest workflows to discover and exploit AI-specific threats.

2026-06-14
authorization-gate
Analystes en sécurité de l'information

Use as the pre-flight authorization check before any offensive, intrusive, or simulation activity — pentest, red team, exploitation, phishing simulation, wireless attacks, social engineering, C2, scanning a target you don't own. Confirms written authorization, scope boundaries, lawful basis, and target ownership before a single packet is sent, and defines the hard refusals (mass targeting, supply-chain compromise, malicious evasion). Run this gate at the top of any offensive or simulation workflow before acting.

2026-06-14
blockchain-security
Analystes en sécurité de l'information

Smart contract security testing and blockchain CTF exploitation. Covers Solidity vulnerability analysis, EVM storage manipulation, delegatecall attacks, CREATE/CREATE2 address prediction, and common DeFi exploit patterns. Use when analyzing Solidity contracts, solving blockchain challenges, or testing smart contract security.

2026-06-14
Affichage des 40 principaux skills collectés sur 253 dans ce dépôt.