Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
skills — पुन: प्रयोग योग्य आक्रामक सुरक्षा कौशल और AI एजेंटों के लिए प्लगइन्स, जो Windows, Linux, macOS और क्लाउड में रिकॉनिसेंस, एक्सप्लॉइटेशन, C2, पेलोड विकास और रिपोर्टिंग को कवर करते हैं। | Kitploit
उपकरण/GitHubGitHub/specterops/skills
OSINT (खुला स्रोत खुफिया)टोहीशोषणरिवर्स इंजीनियरिंगपोस्ट-शोषणफिशिंगपेनिट्रेशन टेस्टिंगकमांड एंड कंट्रोलसामाजिक इंजीनियरिंगलर्निंग और शिक्षारेड टीमिंगपेलोड डेवलपमेंट
23घं 50मि पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
GitHubspecterops/skills

skills

पुन: प्रयोग योग्य आक्रामक सुरक्षा कौशल और AI एजेंटों के लिए प्लगइन्स, जो Windows, Linux, macOS और क्लाउड में रिकॉनिसेंस, एक्सप्लॉइटेशन, C2, पेलोड विकास और रिपोर्टिंग को कवर करते हैं।

रिपॉजिटरी देखें

SpecterOps Skills

SpecterOps के लिए पुन: प्रयोज्य एजेंट कौशल, प्लगइन्स और एजेंट परिभाषाएँ।

Codex के साथ उपयोग करें

प्रत्येक प्लगइन में .codex-plugin/plugin.json पर एक Codex मैनिफेस्ट शामिल है।```bash codex plugin marketplace add /Users//Projects/skills

or

codex plugin marketplace add SpecterOps/skills

root@kitploit:~
फिर Codex खोलें और `/plugins` से इंस्टॉल करें।

### Codex MCP सेटअप

Codex आधिकारिक तौर पर घोषणात्मक `mcp_servers` कॉन्फ़िगरेशन के माध्यम से MCP सर्वरों का समर्थन करता है। यह रिपॉज़िटरी अब MCP रनर या पहली बार चलाने वाली इंस्टॉल स्क्रिप्ट के साथ नहीं आती है। प्रत्येक बाहरी MCP सर्वर को स्वयं इंस्टॉल या क्लोन करें, फिर `~/.codex/config.toml` या प्रोजेक्ट `.codex/config.toml` में `command`, `args`, और वैकल्पिक `env` मानों के साथ Codex को उस सर्वर की ओर इंगित करें।

1. इस मार्केटप्लेस को Codex में इंस्टॉल या रीफ़्रेश करें:   ```bash
   codex plugin marketplace add /Users/<user>/Projects/skills
   # or
   codex plugin marketplace add SpecterOps/skills

फिर /plugins से संबंधित प्लगइन्स इंस्टॉल करें।

  1. MCP सर्वरों को सीधे Codex में कॉन्फ़िगर करें। BloodHound और Ghostwriter stdio कॉन्फ़िगरेशन का उदाहरण: ```toml [mcp_servers.bloodhound_mcp] command = "uv" args = ["--directory", "/path/to/bloodhound-mcp", "run", "main.py"]

    [mcp_servers.bloodhound_mcp.env] BLOODHOUND_DOMAIN = "YOUR_DOMAIN" BLOODHOUND_TOKEN_ID = "YOUR_TOKEN_ID" BLOODHOUND_TOKEN_KEY = "YOUR_TOKEN_KEY" BLOODHOUND_SCHEME = "https" BLOODHOUND_PORT = "443"

    [mcp_servers.ghostwriter] command = "uv" args = ["--directory", "/path/to/GhostWriterMCP", "run", "python", "-m", "ghostwritermcp.server"]

    [mcp_servers.ghostwriter.env] GHOSTWRITER_URL = "https://ghostwriter.example.com/" GHOSTWRITER_API_KEY = "YOUR_API_KEY" GHOSTWRITER_CA_BUNDLE = "/path/to/ca-bundle.crt" GHOSTWRITER_OPLOG_ID = "123" GHOSTWRITER_OPERATOR = "your-callsign" GHOSTWRITER_SOURCE_IP = "10.0.0.5"

    root@kitploit:~
  2. अपने BinjaMCP इंस्टॉलेशन द्वारा प्रलेखित कमांड या एंडपॉइंट के साथ Binary Ninja MCP को कॉन्फ़िगर करें। stdio सर्वरों के लिए, Codex आकार इस प्रकार है: ```toml [mcp_servers.binary_ninja_mcp] command = "npx" args = ["-y", "binary-ninja-mcp", "--host", "localhost", "--port", "9009"]

    root@kitploit:~

Codex को MCP कॉन्फ़िगरेशन बदलने के बाद रीस्टार्ट करें, फिर MCP-सहायता प्राप्त स्किल्स पर भरोसा करने से पहले पुष्टि करें कि टूल्स /mcp के अंतर्गत दिखाई दे रहे हैं।

Claude Code के साथ उपयोग

प्रत्येक प्लगइन plugins/<name>/ के अंतर्गत रहता है और इसमें .claude-plugin/plugin.json पर एक Claude Code मैनिफेस्ट शामिल होता है।

स्थानीय विकास के लिए:```text /plugin marketplace add /Users//Projects/skills /plugin install @specterops-skills

root@kitploit:~
एक होस्टेड रिपॉजिटरी के लिए:```text
/plugin marketplace add SpecterOps/skills
/plugin install <plugin-name>@specterops-skills

npx skills के साथ उपयोग करें

npx skills का उपयोग तब करें जब आप केवल skill निर्देश स्थापित करना चाहते हैं। यह पूर्ण प्लगइन व्यवहार जैसे MCP कॉन्फ़िग, Claude कमांड, हुक, या एजेंट परिभाषाएँ स्थापित नहीं करता है।```bash npx skills add SpecterOps/skills --list npx skills add SpecterOps/skills --skill --agent claude-code --agent codex --global

root@kitploit:~
स्थानीय परीक्षण के लिए:```bash
npx skills add /Users/<user>/Projects/skills --list

योगदान

CONTRIBUTING.md से शुरू करें। यह समर्थित विकास परिवेश, सेटअप और सत्यापन कमांड, प्लगइन मेटाडेटा स्कैफोल्डिंग, पुल अनुरोध अपेक्षाओं, और सहायता कहाँ माँगनी है, को कवर करता है।

प्लगइन्स

कौशल

स्टैंडअलोन कौशल

SkillPath
cwe-code-reviewSKILL.md

एजेंट

MCP-जागरूक प्लगइन्स

टूल डाउनलोड करें
PluginCodexClaude CodeMCPDescription
workflows-developmentYesYes-Development scaffolding, repository hygiene, security tooling, and implementation workflows for Specter Codex.
code-review-and-qaYesYes-Code review and web application QA workflows for Specter Codex.
workflows-researchYesYes-Source-backed research and synthesis workflows for Specter Codex.
ops-reconnaissanceYesYes-Reconnaissance, OSINT, service enumeration, and exposure discovery workflows for Specter Codex.
ops-appsecYesYes-Application and code security assessment workflows for Specter Codex.
ops-sccmYesYes-Microsoft Configuration Manager reconnaissance and takeover validation workflows.
bloodhoundYesYesManualBloodHound, AzureHound, GitHound/JamfHound/OktaHound OpenGraph attack-path query workflows, SCIM bridge references, and optional BloodHound MCP packaging.
payloadsYesYes-Reusable Electron payload packaging, persistence, audit, and discovery workflows.
c2-extensionsYesYes-Beacon Object File development and reusable C2 extension workflows.
report-draftingYesYesManualFinding, report drafting, Ghostwriter MCP, and operation log workflows for security assessment deliverables.
reverse-engineeringYesYesManualReverse engineering workflows and MCP-assisted binary analysis for Binary Ninja, Ghidra, and related tooling.
report-timelineYesYes-Report timeline ingestion, consolidation, and evidence packaging workflows.
codex-observabilityYesYes-Codex activity reporting and telemetry workflows.
ops-infrastructureYesYes-Infrastructure operations, SSH, tunnel, firewall, and offensive IaC attack-surface workflows.
internal-training-courseYesYes-Internal training course wiki migration, scaffolding, content migration, and QA workflows.
social-engineeringYesYes-Social engineering research and phishing pretext workflows.
ludusYesYes-Ludus cyber range configuration and management skill with full API, CLI, and deployment references
c2-mythicYesYes-Mythic C2 framework implant and C2 profile development workflows with agent message protocols, payload type definitions, and listener/profile guidance.
tradecraft-windowsYes--Windows execution, persistence, and COM proxy validation workflows.
ops-adcsPlanned--Active Directory Certificate Services assessment and attack-path validation workflows. Planned; no capability is currently packaged.
ops-mssqlPlanned--Microsoft SQL Server reconnaissance, privilege mapping, and assessment workflows. Planned; no capability is currently packaged.
tradecraft-macYes--macOS execution, persistence, and operator validation workflows.
tradecraft-linuxYes--Linux process injection, execution, persistence, and operator validation workflows.
c2-cobaltstrikeYesYes-Cobalt Strike Aggressor Script, Sleep, BOF loader, and Malleable C2 profile workflows.
bloodhound-developmentYesYes-Operate isolated BHE environments, deliver BHE/BHCE changes, and run focused enterprise review and validation workflows.
go-reviewYesYes-Security review for Go packages and services covering trust boundaries, injection, filesystem, crypto, concurrency, and unsafe/cgo edges
c2-outflankc2YesYes-Outflank C2 (OC2) BOF script and event-driven bot development workflows.
SkillPluginPath
git-cleanupworkflows-developmentSKILL.md
git-mergeworkflows-developmentSKILL.md
git-preflightworkflows-developmentSKILL.md
readme-generationworkflows-developmentSKILL.md
scaffold-pythonworkflows-developmentSKILL.md
scaffold-securityworkflows-developmentSKILL.md
code-reviewcode-review-and-qaSKILL.md
cpp-core-guidelinescode-review-and-qaSKILL.md
webapp-qacode-review-and-qaSKILL.md
source-researchworkflows-researchSKILL.md
nmap-parseops-reconnaissanceSKILL.md
osint-reconops-reconnaissanceSKILL.md
shodanops-reconnaissanceSKILL.md
secret-scanops-appsecSKILL.md
security-reviewops-appsecSKILL.md
webapp-reviewops-appsecSKILL.md
sccm-reconops-sccmSKILL.md
sccm-takeover-relayops-sccmSKILL.md
sccmhunter-install-localops-sccmSKILL.md
azurehound-analysisbloodhoundSKILL.md
bloodhound-ad-analysisbloodhoundSKILL.md
bloodhound-analysisbloodhoundSKILL.md
bloodhound-opengraphbloodhoundSKILL.md
bloodhound-querybloodhoundSKILL.md
openhound-developmentbloodhoundSKILL.md
openhound-githubbloodhoundSKILL.md
openhound-jamfbloodhoundSKILL.md
openhound-oktabloodhoundSKILL.md
electron-app-auditpayloadsSKILL.md
electron-candidate-discoverypayloadsSKILL.md
electron-install-persistencepayloadsSKILL.md
electron-squirrel-repackagepayloadsSKILL.md
beacon-object-file-developmentc2-extensionsSKILL.md
c2-bof-developmentc2-extensionsSKILL.md
finding-reportreport-draftingSKILL.md
ghostwriter-mcpreport-draftingSKILL.md
ghostwriter-oplogreport-draftingSKILL.md
binary-ninja-mcp-analysisreverse-engineeringSKILL.md
ghidra-mcp-analysisreverse-engineeringSKILL.md
timeline-asciinemareport-timelineSKILL.md
timeline-cobaltstrikereport-timelineSKILL.md
timeline-consolidatorreport-timelineSKILL.md
timeline-ghostwriterreport-timelineSKILL.md
timeline-markdown-notesreport-timelineSKILL.md
timeline-mythicreport-timelineSKILL.md
timeline-pdf-notesreport-timelineSKILL.md
timeline-workflowreport-timelineSKILL.md
codex-activity-reportcodex-observabilitySKILL.md
opentelemetry-codexcodex-observabilitySKILL.md
iac-attack-surfaceops-infrastructureSKILL.md
nftables-allow-sourceops-infrastructureSKILL.md
proxychains-tunnelops-infrastructureSKILL.md
ssh-opsops-infrastructureSKILL.md
course-wiki-migration-orchestratorinternal-training-courseSKILL.md
course-wiki-stage1-scaffoldinternal-training-courseSKILL.md
course-wiki-stage2-content-migrationinternal-training-courseSKILL.md
course-wiki-stage3-qainternal-training-courseSKILL.md
credential-harvest-landing-page-copysocial-engineeringSKILL.md
phishing-campaign-buildersocial-engineeringSKILL.md
phishing-email-htmlsocial-engineeringSKILL.md
phishing-pretextsocial-engineeringSKILL.md
pretext-brainstormersocial-engineeringSKILL.md
vishing-pretextsocial-engineeringSKILL.md
ludus-developmentludusSKILL.md
mythic-implant-developmentc2-mythicSKILL.md
mythic-profilesc2-mythicSKILL.md
mythic-translation-containersc2-mythicSKILL.md
com-proxy-triagetradecraft-windowsSKILL.md
macos-initial-accesstradecraft-macSKILL.md
linux-process-injectiontradecraft-linuxSKILL.md
cobalt-strike-aggressor-developmentc2-cobaltstrikeSKILL.md
cobalt-strike-aggressor-referencec2-cobaltstrikeSKILL.md
cobalt-strike-malleable-c2-developmentc2-cobaltstrikeSKILL.md
bhe-change-deliverybloodhound-developmentSKILL.md
bhe-dev-bootstrapbloodhound-developmentSKILL.md
bhe-dev-environmentbloodhound-developmentSKILL.md
bhe-enterprise-reviewbloodhound-developmentSKILL.md
bhe-sample-data-ingestbloodhound-developmentSKILL.md
bhe-ui-playwrightbloodhound-developmentSKILL.md
go-reviewgo-reviewSKILL.md
oc2-bof-script-developmentc2-outflankc2SKILL.md
oc2-bot-developmentc2-outflankc2SKILL.md
openssf-python-reviewSKILL.md
owasp-security-code-reviewSKILL.md
AgentPath
architectagents/architect.toml
bloodhound-analystagents/bloodhound-analyst.toml
code-revieweragents/code-reviewer.toml
course-migrationagents/course-migration.toml
domain-opsagents/domain-ops.toml
exploit-devagents/exploit-dev.toml
internal-network-reconagents/internal-network-recon.toml
ludusagents/ludus.toml
mythic-developeragents/mythic-developer.toml
osint-reconagents/osint-recon.toml
planneragents/planner.toml
poc-devagents/poc-dev.toml
qa-testeragents/qa-tester.toml
report-writeragents/report-writer.toml
researcheragents/researcher.toml
reverse-engineeragents/reverse-engineer.toml
sccm-opsagents/sccm-ops.toml
security-researcheragents/security-researcher.toml
social-engineeragents/social-engineer.toml
ssh-operatoragents/ssh-operator.toml
telemetry-analystagents/telemetry-analyst.toml
winternalsagents/winternals.toml
MCP ServerPluginConfiguration
bloodhound_mcpbloodhoundConfigure directly in Codex with uv --directory /path/to/bloodhound-mcp run main.py.
ghostwriterreport-draftingConfigure directly in Codex with uv --directory /path/to/GhostWriterMCP run python -m ghostwritermcp.server.
binary_ninja_mcpreverse-engineeringConfigure directly in Codex with npx -y binary-ninja-mcp --host localhost --port 9009 after installing fosdickio/binary_ninja_mcp in Binary Ninja.
ghidrareverse-engineeringConfigure directly in Codex with the command or endpoint documented by your Ghidra MCP server.