R0ckNRolla / axiom

The dynamic infrastructure framework for anybody!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axio m

License contributions welcome Follow on Twitter

Axiom is a dynamic infrastructure framework to efficiently work with multi-cloud environments, build and deploy repeatable infrastructure focussed on offensive and defensive security.

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.

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.

Axiom supports several cloud providers, eventually, axiom should be completely cloud agnostic allowing unified control of a wide variety of different cloud environments 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

$100 Free Credit

The original and best supported provider for Axiom is Digital Ocean! If you're signing up for a new Digital Ocean account, please use my link!

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.

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.

Support

If you like Axiom and it saves you time, money or just brings you happy feelings, please show your support through sponsorship! Click the little sponsor button in the header and sponsor for as little as $1 per month :)

Or buy me a coffee to keep me powered :)

Buy Me A Coffee

Operating Systems Supported

OS Supported Tested
Ubuntu Yes Ubuntu 20.04
MacOS Yes MacOS 10.15
Debian Yes No
Arch Linux Yes Yes
Windows Partially WSL w/ Ubuntu

Contributors

We've had some really fantastic additions to axiom, great feedback through issues, and perseverence through our heavy beta phase!

A list of all contributors can be found here, thank you all!

Logo

The logo was made by our amazing s0md3v! Thank you for making axiom look sleek as hell! Really beats my homegrown logo :)

Packages To Date

  • Golang (setup, path configured, latest version)
  • gowitness
  • aquatone
  • httprobe
  • subfinder
  • assetfinder
  • gf
  • anew
  • masscan
  • sn0int
  • kxss
  • jq
  • SecLists
  • gobuster
  • nmap
  • waybackurls
  • amass
  • anti-burl
  • hakrawler
  • zdns
  • zmap
  • ffuf
  • gau
  • dirb
  • subjack
  • SQLMap
  • fbrobe
  • getjs
  • openvpn
  • projectdiscovery chaos-client
  • projectdiscovery nuclei
  • projectdiscovery chaos
  • projectdiscovery shuffledns
  • dnsprobe
  • dnsvalidator
  • urlprobe
  • oh-my-zsh
  • tmux
  • masscan
  • massdns
  • subgen
  • proxychains w/ Tor setup
  • mosh
  • docker
  • metasploit
  • dalfox
  • subjack

And many more! Do you want to add a package to axiom? Let me know!

About

The dynamic infrastructure framework for anybody!

License:GNU General Public License v3.0


Languages

Language:Shell 76.3%Language:XSLT 12.7%Language:Python 10.6%Language:Ruby 0.4%