An open API service indexing awesome lists of open source software.

https://github.com/javierolmedo/oass

📄 OWASP Automatic Scan Script
https://github.com/javierolmedo/oass

owasp scan security-tools tool web-security

Last synced: over 1 year ago
JSON representation

📄 OWASP Automatic Scan Script

Awesome Lists containing this project

README

          

![logo](https://raw.githubusercontent.com/JavierOlmedo/OASS/master/img/owasp-logo.png)

[![Build Status](https://api.travis-ci.org/JavierOlmedo/OASS.svg?branch=master)](https://travis-ci.org/JavierOlmedo/OASS) [![Python 3](https://img.shields.io/badge/python-3.3.6-blue.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/JavierOlmedo/OASS/master/LICENSE) [![Twitter](https://img.shields.io/badge/twitter-@jjavierolmedo-blue.svg)](https://twitter.com/jjavierolmedo) [![Website](https://img.shields.io/badge/website-hackpuntes.com-blue.svg)](https://hackpuntes.com)

# OWASP Automatic Scan Script

> A tool to check OWASP tests of your website.
> https://www.owasp.org/index.php/OWASP_Testing_Guide_v4_Table_of_Contents

## Info

⚠️ This project does not have realease version ⚠️

## Use

Use OASS is very simple, you can follow the below method:

```
git clone https://github.com/JavierOlmedo/OASS.git
cd OASS
pip3 install -r requirements.txt
python3 oass.py -u [TARGET]
```

> *Made with ❤️ in Spain*