Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

cybersec-toolkit

يحتوي cybersec-toolkit على 253 من skills المجمعة من 26zl، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
253
Stars
29
محدث
2026-07-03
Forks
5
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

building-incident-response-dashboard
محللو أمن المعلومات

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
مديرو الشبكات وأنظمة الحاسوب

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
مطوّرو البرمجيات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
محللو أمن المعلومات

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
عرض أهم 40 من أصل 253 skills مجمعة في هذا المستودع.
cybersec-toolkit Agent Skills على GitHub | SkillsMP