Skip to content

Commit

Permalink
Merge Latest Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawalarpit14 committed Apr 22, 2019
1 parent 13910a5 commit 5eb119a
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 48 deletions.
3 changes: 3 additions & 0 deletions config/fbctf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,6 @@ ctf:
passwordRepeatChallenge:
name: Guyana
code: GY
dataExportChallenge:
name: Cambodia
code: CB
8 changes: 8 additions & 0 deletions data/static/challenges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,3 +687,11 @@
hint: 'You can solve this by cleverly interacting with the UI or bypassing it altogether.'
hintUrl: 'https://bkimminich.gitbooks.io/pwning-owasp-juice-shop/content/part2/improper-input-validation.html#follow-the-dry-principle-while-registering-a-user'
key: passwordRepeatChallenge
-
name: 'Steal Someone''s Data'
category: 'Vulnerable Components'
description: 'Export someone else''s data without using Injection.'
difficulty: 1
hint: 'Try to identify the exported data corresponding to your own orders.'
hintUrl: ''
key: dataExportChallenge
Loading

0 comments on commit 5eb119a

Please sign in to comment.