Skip to content

Commit

Permalink
Adding Yprey to the OWASP collection (#204)
Browse files Browse the repository at this point in the history
* adding Yprey to the OWASP collection
  • Loading branch information
yrprey authored Apr 10, 2024
1 parent bf1e138 commit 8ec43d2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/data/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2834,5 +2834,34 @@
"author": "Pentest-Tools.com",
"notes": "Suite of vulnerable web apps to practice",
"badge": null
},
{
"author": "Fernando Mengali, Vagner Mengali",
"badge": null,
"collection": [
"offline"
],
"name": "Yrprey",
"notes": "Framework created in NextJs (TypeScript) and PHP/MySQL with OWASP TOP 10 API vulnerabilities of 2019 and 2023. Yrprey can was created for educational purposes, contributing to the teaching and learning of those interested in Pentest (intrusion testing) and Application Security (Appsec).",
"references": [
{
"name": "download",
"url": "https://github.com/yrprey/yrprey-backend"
},
{
"name": "download",
"url": "https://github.com/yrprey/yrprey-frontend"
},
{
"name": "docker",
"url": "https://github.com/yrprey/yrprey-application"
}
],
"technology": [
"PHP",
"TypeScript",
"NextJs"
],
"url": "https://yrprey.com"
}
]

0 comments on commit 8ec43d2

Please sign in to comment.