mirror of https://github.com/aliasrobotics/cai.git
Fix paths
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
5a48cb964e
commit
11636e52ac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue