agu3rra / sauron

The eye that sees security vulnerabilities in web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sauron Security Scanner

The eye that sees security vulnerabilities in web applications.

eye

Features

  1. TLS protocol check.
  2. Encryption cipher suite check

Documentation

Check out our Postman collection! If you don't have Postman, make sure you get it. :)

sample scan output

Deployment options

Docker-compose

If you don't want to call our internet hosted server, feel free to run one of your own using Docker. Download our docker-compose.yml and run the following command (assumes you have docker installed):

docker-compose up

The service is served on http://127.0.0.1:8080/ by default.

In this model, your target needs to be in the same network as that of docker computer.

Kubernetes

TO BE IMPLEMENTED

As a service

TO BE IMPLEMENTED
Make an API call (HTTP POST) to https://sauron.com/scan. Use the above documentation as reference.

PS: your target host must be reachable from the internet.

References

  • This application uses a wrapper on top of the SSLYZE package. Thank you, Alban Diquet!

About

The eye that sees security vulnerabilities in web applications.

License:MIT License


Languages

Language:Python 93.0%Language:Dockerfile 6.1%Language:Shell 0.9%