pyrit.executor.attack.RolePlayPaths#

class RolePlayPaths(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

Enum for predefined role-play scenario paths.

__init__(*args, **kwds)#

Attributes

MOVIE_SCRIPT = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/executors/role_play/movie_script.yaml')#
PERSUASION_SCRIPT = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/executors/role_play/persuasion_script.yaml')#
TRIVIA_GAME = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/executors/role_play/trivia_game.yaml')#
VIDEO_GAME = PosixPath('/home/runner/work/PyRIT/PyRIT/pyrit/datasets/executors/role_play/video_game.yaml')#