Skip to content

Commit

Permalink
Rename RXSS strategy to XSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dawid-czarnecki committed Jul 29, 2023
1 parent da62777 commit dd202cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strategies/rxss.json → strategies/xss.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"strategy_name": "RXSSAttackStrategy",
"strategy_name": "XSSAttackStrategy",
"scenarios": [
"<script>alert(\"__CAKEFUZZER_XSS_§CAKEFUZZER_PAYLOAD_GUID§__\")</script>",
"<script>alert('__CAKEFUZZER_XSS_§CAKEFUZZER_PAYLOAD_GUID§__')</script>",
Expand Down Expand Up @@ -51,4 +51,4 @@
}
}
]
}
}

0 comments on commit dd202cb

Please sign in to comment.