Fix paths

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-01-10 10:25:08 +00:00
parent 5a48cb964e
commit 11636e52ac
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ This is a short example of how we can solve ctf scenarios programmatically. With
"""
# 1. Instance CAI, pentestperf and tools
from cai import CAI, Agent
from cai.tools.cli import list_dir, cat_file
from cai.tools.reconnaissance.filesystem import list_dir, cat_file
import pentestperf as ptt
from wasabi import color
import os