ryebell-zz / achilles

Multi-purpose site scanning utility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Achilles?

Achilles is a modular scanning utility for websites, with a focus on HTTPS.

Version

1.0.1

Requirements

Installation

Installation is simple, just clone via Git and install with Composer:

$ git clone [ https://github.com/ryebell/achilles.git | git@github.com:ryebell/achilles.git ] achilles
$ cd achilles
$ composer install

Make sure to make the master achilles file executable if it isn't currently after the installation steps above:

$ chmod +x achilles

Usage

Check available commands to be run:

$ ./achilles list

Format command as follows:

$ ./achilles [-command] {--option}

ex:

$./achilles check-ssl github.com

Contributing:

Achilles is completely open source and contributions are encouraged. When submitting pull requests, please keep the following in mind:

  • New functionality should be added via the Heel namespace.

License:

MIT

About

Multi-purpose site scanning utility.

License:MIT License


Languages

Language:PHP 100.0%