From 60eb38af397cbbd602a6594a56748f99635f0a6e Mon Sep 17 00:00:00 2001 From: pry0cc Date: Wed, 11 Nov 2020 23:08:15 +0000 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1047cdaf..b51b613d 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,9 @@ Axiom works by pre-installing your tools of choice onto a 'base image', and then using that image to deploy fresh instances. From there, you can connect and instantly gain access to many tools useful for both bug hunters and pentesters. With the power of immutable infrasutrcture, most of which is done for you, you can just spin up 15 boxes, perform a distributed nmap/ffuf/screenshotting scan, and then shut them down. -## Installation +Because you can create many disposable instances very easily, axiom allows you to distribute scans of many different tools including ffuf, dnsprobe, gowitness, httpx, nmap & masscan. Once installed and setup, you can distribute a scan of a large set of targets across 10-15 instances within minutes and get results extremely quickly. This is called [axiom-scan](https://github.com/pry0cc/axiom/wiki/Scans). -(You will need curl, which is not installed by default on Ubuntu 20.04, if you get a "command not found" error, run `sudo apt update && sudo apt install curl`) - -``` -bash <(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/axiom-configure) -``` +Axiom supports several cloud providers, eventually, axiom should be completely cloud agnostic allowing unified control of a wide variety of different cloud enviornments with ease. Currently, DigitalOcean & IBM Cloud are officially supported providers. Google Compute is partially implemented. AWS & Azure are on the roadmap. If you would like prioritization of a feature or provider implementation, please contact me @pry0cc on Twitter and we can discuss :) ## Resources @@ -29,16 +25,28 @@ bash <(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/ax - [Quickstart](https://github.com/pry0cc/axiom/wiki/A-Quickstart-Guide) - [Fleets](https://github.com/pry0cc/axiom/wiki/Fleets) - [Scans](https://github.com/pry0cc/axiom/wiki/Scans) -- [Usage](#usage) - [Demo](#demo) - [Story](https://github.com/pry0cc/axiom/wiki/The-Story) - [Installation Instructions](https://github.com/pry0cc/axiom/wiki/0-Installation) - [Easy Install](#installation) - [Manual Install](https://github.com/pry0cc/axiom/wiki/0-Installation#Manual) -- [Scan Templates](#scan-templates) +- [Scan Modules](https://github.com/pry0cc/axiom/wiki/Scans#example-axiom-scan-modules) - [Contributors](#contributors) +## Installation + +(You will need curl, which is not installed by default on Ubuntu 20.04, if you get a "command not found" error, run `sudo apt update && sudo apt install curl`) + +``` +bash <(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/axiom-configure) +``` + +If you have any problems with this installer, please refer to [Installation](https://github.com/pry0cc/axiom/wiki/0-Installation). + + ## Demo +In this demo (sped up out of respect for your time ;) ), we show how easy it is to initialize and ssh into a new instance. + ## $100 Free Credit @@ -52,7 +60,7 @@ Or buy me a coffee to keep me powered :) --- -# OS Support +# Operating Systems Supported - MacOS - Supported - Ubuntu - Supported - Debian - Supported @@ -112,3 +120,5 @@ A list of all contributors can be found [here](https://github.com/pry0cc/axiom/g - [x] metasploit - [x] dalfox - [x] subjack + +And many more! Do you want to add a package to axiom? [Let me know!](https://github.com/pry0cc/axiom/issues)