Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from dmdhrumilmistry/bump-version
Browse files Browse the repository at this point in the history
bump package version
  • Loading branch information
dmdhrumilmistry authored Jul 15, 2023
2 parents 2eb615f + 72c4fc3 commit b626745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b626745

Please sign in to comment.