Achilles is a modular scanning utility for websites, with a focus on HTTPS.
1.0.1
- PHP 5.X
- With the curl module installed.
- Composer
- Symfony
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
Check available commands to be run:
$ ./achilles list
Format command as follows:
$ ./achilles [-command] {--option}
ex:
$./achilles check-ssl github.com
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.