PyRIT icon indicating copy to clipboard operation
PyRIT copied to clipboard

FEAT: Adding New Generic HTTP Target

Open jbolor21 opened this issue 1 year ago • 0 comments

Description

Adding a new target for endpoints without APIs (like Bing Image Creator).

This is updated from three closed PRs:

https://github.com/Azure/PyRIT/pull/350 https://github.com/Azure/PyRIT/pull/351 https://github.com/Azure/PyRIT/pull/392

Also to make this work the SearchReplaceConverter was altered to use regex rather than .replace(). This allows for more flexibility in replacing characters/strings.

Tests and Documentation

Added notebook to test AOAI and BIC endpoints using HTTP Target and added unit tests

jbolor21 avatar Oct 09 '24 22:10 jbolor21