Skip to main content

timeline-asciinema

Convert Asciinema recordings into timeline entries.

설치로 이동

소스 정보

저장소
SpecterOps/skills
최근 소스 활동
2026년 5월 29일 15:51
감지된 SKILL.md 언어
영어
스타
657
포크
72

설치 방법

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

소스 파일 검토

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

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
timeline-asciinema
description
Convert Asciinema recordings into timeline entries.
metadata
{"author":"GhostWorks"}
# Timeline Asciinema Parser Parse terminal recordings (.cast) to infer commands, timestamps, and output for the timeline. ## Input Contract - Directory input/terminallogs/ containing .cast or .json Asciinema v2 recordings. ## Output - Write output/terminal_entries.json with entries (timestamp, source, operator, action, details, raw_timestamp). ## Workflow 1. Read the Asciinema header to capture start timestamp, operator username, and recording title. 2. Walk the event stream; when Enter is detected, capture the accumulated command plus its timestamp and output. 3. Infer commands by detecting prompts for shells ($, #, PS C:\\>), Evil-WinRM, Impacket, and offensive CLI prompts. 4. Normalize timestamps relative to the recording start and convert to UTC. 5. Strip ANSI sequences and control characters before inference. 6. Offer export formats (JSON, commands, timeline, text) for downstream verification. ## Notes - Provide CLI examples for JSON/timeline output and prompt pattern extensions. - Use prompt-strip helpers before capturing command content.
GitHub에서 보기