Skip to main content

oc2-bot-development

Develop Outflank C2 event-driven Python bots. Use when creating or debugging OC2 automations.

설치로 이동

소스 정보

저장소
SpecterOps/skills
최근 소스 활동
2026년 8월 25일 06:24
감지된 SKILL.md 언어
영어
스타
657
포크
72

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
7 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
oc2-bot-development
description
Develop Outflank C2 event-driven Python bots. Use when creating or debugging OC2 automations.
metadata
{"author":"Outflank"}
# Outflank C2 (OC2) Bot Development Outflank C2 Server has support for running bots. These bots are written in Python and react on events that happen in the server. Currently, these events are: - on_new_implant: When a new implant arrives. - on_implant_checkin: When an existing implant checks in. - on_task_request: When a task has been sent to the implant. - on_task_response: When the implant has sent the response to a task Bots can be used to automate certain tasks, such as automatically sending a few tasks to the implant, exiting when the implant is not in the correct domain or notifying the operator when a new implant arrives. ## When NOT to Use Do not use this skill unless Outflank C2 support is requested. ## References - [Bot model](./references/bot-development.md) — discovery, execution context, reliability, and troubleshooting. - [Runtime API](./references/bot-runtime-api.md) — events, services, and common accessors. - [Examples](./references/bot-examples.md) — typed task scheduling and task-event lookup.
GitHub에서 보기