Skip to content

Multi-purpose site scanning utility.

License

Notifications You must be signed in to change notification settings

ryebell/achilles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%