diff --git a/README.md b/README.md index 298961d..79e27bc 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,13 @@ Automatically Tests for vulnerabilities after generating tests from openapi spec ![UnDocumented petstore API endpoint HTTP method results](./.images/tests/offat-test-undocumented-api-endpoint-http-method.png) ## Features + - [X] Restricted HTTP Methods - [X] SQLi -- [ ] BOLA +- [X] BOLA (Might need few bug fixes) - [ ] Broken Authentication +- [ ] Mass Assignment +- [ ] Data Exposure ## Demo diff --git a/pyproject.toml b/pyproject.toml index 11a6372..853f8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "offat" -version = "0.2.0" +version = "0.3.0" description = "Offensive API tester tool automates checks for common API vulnerabilities" authors = ["Dhrumil Mistry <56185972+dmdhrumilmistry@users.noreply.github.com>"] license = "MIT"