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

Captcha Bypass #60

Merged
merged 9 commits into from
Feb 21, 2024
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Merge branch 'main' into main
  • Loading branch information
mozlercelik authored Feb 21, 2024
commit 0f5d8977fbac6425b69aad649a0433a628572642
39 changes: 36 additions & 3 deletions app/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,41 @@
},
{
"id": 13,
"title": {
"en": "API Hacking",
"tr": "API Saldırısı",
"fr": "Violation de l'API",
"ar": ""
},
"description": {
"en": "API hacking is a type of attack where malicious individuals or hackers attempt to gain unauthorized access to applications or systems through an API.",
"tr": "API saldırısı, kötü niyetli kişilerin veya hacker'ların, bir API üzerinden uygulama veya sistemlere yetkisiz erişim elde etmeye çalıştığı bir saldırı türüdür.",
"fr": "L'API hacking est un type d'attaque où des individus malveillants ou des pirates informatiques tentent d'obtenir un accès non autorisé à des applications ou des systèmes via une API.",
"ar": ""
},
"imgURL": "public/assets/img/vulns/api.png",
"labs": [
{
"id": 1,
"title": {
"en": "API Documentation",
"tr": "API Belgeleri",
"fr": "Documentation de l'API",
"ar": ""
},
"description": {
"en": "Using the ID of the admin user, delete the \"delete_me.jpg\" file.",
"tr": "Admin kullanıcısının id bilgisini kullanarak \"delete_me.jpg\" dosyasını siliniz.",
"fr": "Supprimez le fichier \"delete_me.jpg\" en utilisant l'identifiant de l'utilisateur administrateur.",
"ar": ""
},
"url": "/lab/api-hacking/api-hacking1/",
"vulnID": 13
}
]
},
{
"id": 14,
"title": {
"en": "Captcha Bypass",
"tr": "Captcha Bypass",
Expand Down Expand Up @@ -1067,10 +1102,8 @@
"ar": ""
},
"url": "/lab/captcha-bypass/bypass1",
"vulnID": 13
"vulnID": 14
}


]
}
]
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.