Skip to content

Commit

Permalink
calling openapi openapi, not swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
digininja committed Jan 29, 2025
1 parent eb475ab commit 4790347
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vulnerabilities/api/source/high.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$html = "
<p>
Here is the <a href='swagger.yml'>OpenAPI</a> document, have a look the health functions and see if you can find one that has a vulnerability.
Here is the <a href='openapi.yml'>OpenAPI</a> document, have a look the health functions and see if you can find one that has a vulnerability.
</p>
<p>
You might be able to work out how to call the individual functions by hand, but it would be a lot easier to import it into an application such as <a href='https://swagger.io/tools/swagger-ui/'>Swagger UI</a>, <a href='https://portswigger.net/bappstore/6bf7574b632847faaaa4eb5e42f1757c'>Burp</a>, <a href='https://www.zaproxy.org/docs/desktop/addons/openapi-support/'>ZAP</a>, or <a href='https://www.postman.com/'>Postman</a> and let the tool do the hard work of setting the requests up for you.
Expand Down

0 comments on commit 4790347

Please sign in to comment.