Skip to content

Commit

Permalink
update main README demo video
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry committed Jan 24, 2024
1 parent ffe0535 commit ef333cf
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,41 @@ OWASP OFFAT (OFFensive Api Tester) is created to automatically test API for comm

## Demo

[![ASCII Cast Demo](https://asciinema.org/a/9MSwl7UafIVT3iJn13OcvWXeF.svg)](https://asciinema.org/a/9MSwl7UafIVT3iJn13OcvWXeF)
[![asciicast](https://asciinema.org/a/LFXLILNkf7Gce5uCuJydplbEd.svg)](https://asciinema.org/a/LFXLILNkf7Gce5uCuJydplbEd)

## Security Checks

- Restricted HTTP Methods
- SQLi
- BOLA
- Data Exposure
- BOPLA / Mass Assignment
- Broken Access Control
- Basic Command Injection
- Basic XSS/HTML Injection test
- Restricted HTTP Methods
- SQLi
- BOLA
- Data Exposure
- BOPLA / Mass Assignment
- Broken Access Control
- Basic Command Injection
- Basic XSS/HTML Injection test

## Features

- Few Security Checks from OWASP API Top 10
- Automated Testing
- User Config Based Testing
- API for Automating tests and Integrating Tool with other platforms/tools
- CLI tool
- Dockerized Project for Easy Usage
- Open Source Tool with MIT License
- Few Security Checks from OWASP API Top 10
- Automated Testing
- User Config Based Testing
- API for Automating tests and Integrating Tool with other platforms/tools
- CLI tool
- Dockerized Project for Easy Usage
- Open Source Tool with MIT License

## Try Tool

- Install Tool using pip
- Install Tool using pip

```bash
python -m pip install offat
```

- Run Tool
- Run Tool

```bash
offat -f swagger_file.json
```

- For more usage options read [README.md](https://github.com/OWASP/OFFAT/blob/main/src/README.md)
- For more usage options read [README.md](https://github.com/OWASP/OFFAT/blob/main/src/README.md)

0 comments on commit ef333cf

Please sign in to comment.