Skip to content

Commit

Permalink
Add creadits for open redirect payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 7, 2024
1 parent 636e200 commit 614267e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/tests/fuzz/open-redirect/open-redirect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ test('prepare open redirect fuzz tests', async ({ logedPage }) => {
await logedPage.page.getByTestId('save-button').click();
});

// Payloads courtesy of PayloadsAllTheThings
// https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Open%20Redirect/Intruder/Open-Redirect-payloads.txt
const payloadsFile = './tests/fuzz/open-redirect/payloads.txt';
const payloads = readFileSync(payloadsFile, 'utf8').split('\n');

Expand Down

0 comments on commit 614267e

Please sign in to comment.