项目文件夹

文件
2025-12-14 13:55:13 +08:00
..
2025-12-13 00:56:40 +08:00
2025-12-14 13:55:13 +08:00
2025-12-14 13:55:13 +08:00
2025-12-13 00:56:40 +08:00
2025-12-14 13:55:13 +08:00
2025-12-14 13:55:13 +08:00
2025-12-13 00:56:40 +08:00

Demo Recordings

This folder contains asciinema recordings demonstrating PentestGPT.

Files

File Description
install.cast Installation and setup process
demo.cast PentestGPT solving a benchmark challenge

Viewing Locally

# Install asciinema
pip install asciinema

# Play a recording
asciinema play demo/install.cast
asciinema play demo/demo.cast

Uploading to asciinema.org

To embed these recordings in the main README:

# Upload recordings
asciinema upload demo/install.cast
asciinema upload demo/demo.cast

After uploading, copy the recording IDs from the URLs and update the embeds in the main README.md.