diff --git a/README.md b/README.md index 660e455..46e9c56 100644 --- a/README.md +++ b/README.md @@ -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)