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
- Host: GitHub
- URL: https://github.com/javierolmedo/oass
- Owner: JavierOlmedo
- License: mit
- Created: 2018-09-19T10:48:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T09:15:15.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T02:42:14.744Z (over 1 year ago)
- Topics: owasp, scan, security-tools, tool, web-security
- Language: Python
- Homepage: https://hackpuntes.com
- Size: 293 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/JavierOlmedo/OASS) [](https://www.python.org/) [](https://raw.githubusercontent.com/JavierOlmedo/OASS/master/LICENSE) [](https://twitter.com/jjavierolmedo) [](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*