Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] FEAT New HTTP Target #392

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
e240b73
initial commit adding files and docs
jbolor21 Aug 29, 2024
1366454
Merge branch 'main' of https://github.com/Azure/PyRIT into pr-351
Sep 19, 2024
528e50f
minor change adding prompt placeholder to url
Sep 23, 2024
d9ddf10
adding comments
Sep 23, 2024
702acc4
addressing feedback
Sep 24, 2024
cabcb62
using net_utility instead of requests
Sep 24, 2024
1619795
updated notebook
Sep 24, 2024
3882c5b
minor formatting changes
Sep 24, 2024
8e94997
fixed http request and requests call
Sep 24, 2024
f2528f4
showing with bing image creator
Sep 24, 2024
e20b7f1
formatting
Sep 24, 2024
e1bc8e9
formatting py too
Sep 24, 2024
78acd70
rename target and remove extra param
Sep 24, 2024
9bfa2c1
addressing feedback no longer seperating http parts out
Sep 25, 2024
1e90154
adding in http version
Sep 25, 2024
92a2735
Merge branch 'main' of https://github.com/Azure/PyRIT into pr-352
Sep 25, 2024
78a6501
adding prompt placeholder variable
Sep 26, 2024
c5833da
added regex pattern logic
Sep 26, 2024
01d6dcc
fixed small bug
Sep 26, 2024
38a5ea5
adding better regex logic, fixing bugs, aoai example
Sep 26, 2024
a3fda4f
fixing url encoding for body
Sep 26, 2024
4d4668d
removing extra testing
Sep 26, 2024
bfb8368
remade py file from ipynb
Sep 26, 2024
bdf56da
Merge branch 'main' of https://github.com/Azure/PyRIT into pr-351
Sep 28, 2024
0fcf639
got parsing function working
Sep 29, 2024
88c13da
Merge branch 'main' of https://github.com/Azure/PyRIT into pr-351
Oct 1, 2024
cd244c9
prompt sending orchestrator working, fixed formatting for json
Oct 1, 2024
c73dd7d
fixing regex pattern
Oct 1, 2024
8e988b1
variable key pattern instead of hardcoded
Oct 2, 2024
0f991ab
addressing feedback
Oct 2, 2024
6de8fa1
formatting
Oct 2, 2024
d8866a4
Merge branch 'main' of https://github.com/Azure/PyRIT into pr-351
Oct 3, 2024
368b523
adding in hardcoded http parser
Oct 6, 2024
9910969
added factory
Oct 7, 2024
0c9cfa7
made new subdirectory, added unit tests, cleanup
Oct 8, 2024
149f914
refactor, cleanup, pre-commit
Oct 9, 2024
7cc5f32
cleanup:
Oct 9, 2024
e1a4c70
cleanup and comments
Oct 9, 2024
5ff9eae
removing extra file
Oct 9, 2024
d0fb9b6
merge conflict
Oct 9, 2024
d899557
merge conflict
Oct 9, 2024
8e26432
changed to use converters in notebook rather than converting in targe…
Oct 9, 2024
e7db3d6
formating
Oct 9, 2024
9ce9d8c
adding TLS flag and edit logic
Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,3 @@ CRUCIBLE_API_KEY = "<Provide Crucible API key here>"
AZURE_SQL_DB_CONNECTION_STRING = "<Provide Azure SQL DB connection string here in SQLAlchemy format>"
AZURE_STORAGE_ACCOUNT_RESULTS_CONTAINER_URL="<Azure Storage Account results container url>"
AZURE_STORAGE_ACCOUNT_RESULTS_SAS_TOKEN="<Azure Storage Account Results Container SAS URL>"

# Hugging Face Token
HUGGINGFACE_TOKEN = "<Provide Hugging Face token here>"

This file was deleted.

130 changes: 0 additions & 130 deletions doc/code/converters/char_swap_attack_generator.ipynb

This file was deleted.

44 changes: 0 additions & 44 deletions doc/code/converters/char_swap_attack_generator.py

This file was deleted.

Loading