Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pry0cc/axiom
The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
https://github.com/pry0cc/axiom
axiom bug-bounty dnsgen dnsx ffuf gau gowitness hacking-vps httprobe httpx masscan massdns meg nmap nuclei shuffledns subfinder tmux
Last synced: 20 days ago
JSON representation
The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
- Host: GitHub
- URL: https://github.com/pry0cc/axiom
- Owner: pry0cc
- License: mit
- Created: 2020-05-17T21:55:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T17:18:52.000Z (about 1 month ago)
- Last Synced: 2024-10-01T22:01:19.236Z (about 1 month ago)
- Topics: axiom, bug-bounty, dnsgen, dnsx, ffuf, gau, gowitness, hacking-vps, httprobe, httpx, masscan, massdns, meg, nmap, nuclei, shuffledns, subfinder, tmux
- Language: Shell
- Homepage:
- Size: 91.8 MB
- Stars: 3,996
- Watchers: 89
- Forks: 622
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - pry0cc/axiom - The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more! (Shell)
- WebHackersWeapons - axiom
- awesome-hacking-lists - pry0cc/axiom - The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more! (Shell)
- jimsghstars - pry0cc/axiom - The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more! (Shell)
README
[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/pry0cc/axiom/issues)
[![Follow on Twitter](https://img.shields.io/twitter/follow/pry0cc.svg?logo=twitter)](https://twitter.com/pry0cc)
[![Follow on Twitter](https://img.shields.io/twitter/follow/0xtavian.svg?logo=twitter)](https://twitter.com/0xtavian)**WARNING**: Axiom Classic is now in maintenance mode. We encourage you to transition to the new [Ax Framework](https://github.com/attacksurge/ax). In the coming months, we will introduce essential quality-of-life updates to Axiom Classic before 2025. Long live Axiom!
**Axiom is a dynamic infrastructure framework** to efficiently work with multi-cloud environments, build and deploy repeatable infrastructure focused 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 infrastructure, 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 (full list [here]( https://github.com/pry0cc/axiom#tools-to-date)). Once installed and setup, you can distribute a scan of a large set of targets across 100-150 instances within minutes and get results extremely quickly. This is called [axiom-scan](https://github.com/pry0cc/axiom/wiki/Scans).
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, Linode, Azure and AWS are officially supported providers. GCP isnt supported but is partially implemented and 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
- [Introduction](https://github.com/pry0cc/axiom/wiki)
- [Troubleshooting & FAQ](https://github.com/pry0cc/axiom/wiki/0-Installation#troubleshooting)
- [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)
- [Demo](#demo)
- [Story](https://github.com/pry0cc/axiom/wiki/The-Story)
- [Installation Instructions](https://github.com/pry0cc/axiom#installation)
- [Docker Install](#docker)
- [Easy Install](#easy-install)
- [Manual Install](https://github.com/pry0cc/axiom/wiki/0-Installation#Manual)
- [Scan Modules](https://github.com/pry0cc/axiom/wiki/Scans#example-axiom-scan-modules)
- [Installed Packages](#tools-to-date)
- [Contributors](#contributors)# Credits
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](https://m.do.co/c/bd80643300bd) for $100 free credit!The best supported business provider for Axiom is IBM Cloud! If you're signing up for a new IBM Cloud account, [please use this link](https://cloud.ibm.com/docs/overview?topic=overview-tutorial-try-for-free) for $200 free credit!
# Installation
## DockerThis will create a docker container, initiate [`axiom-configure`](https://github.com/pry0cc/axiom/wiki/Filesystem-Utilities#axiom-configure) and [`axiom-build`](https://github.com/pry0cc/axiom/wiki/Filesystem-Utilities#axiom-build) and then drop you out of the docker container. Once the [Packer](https://www.packer.io/) image is successfully created, you will likely need to re-exec into your docker container via `docker exec -it $container_id zsh`.
```
docker exec -it $(docker run -d -it --platform linux/amd64 ubuntu:20.04) sh -c "apt update && apt install git -y && git clone https://github.com/pry0cc/axiom ~/.axiom/ && cd && .axiom/interact/axiom-configure"
```## Easy Install
You should use an OS that supports our [easy install](https://github.com/pry0cc/axiom#operating-systems-supported).
For Linux systems you will also need to install the newest versions of all packages beforehand `sudo apt dist-upgrade`.
```
bash <(curl -s https://raw.githubusercontent.com/pry0cc/axiom/master/interact/axiom-configure)
```If you have any problems with this installer, or if using an unsupported OS 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.# Sponsored By SecurityTrails!
We are lucky enough to be sponsored by the awesome SecurityTrails! Sign up for your free account here!# 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 :)
---
## Operating Systems Supported
| OS | Supported | Easy Install | Tested |
|------------|-----------|---------------|---------------|
| Ubuntu | Yes | Yes | Ubuntu 20.04 |
| Kali | Yes | Yes | Kali 2021.3 |
| Debian | Yes | Yes | Debian 10 |
| Windows | Yes | Yes | WSL w/ Ubuntu |
| MacOS | Yes | Yes | MacOS 11.6 |
| Arch Linux | Yes | No | Yes |# 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](https://github.com/pry0cc/axiom/graphs/contributors), thank you all!
# Art
The [original logo](https://github.com/pry0cc/axiom/blob/master/screenshots/axiom-logo.png) was made by our amazing [s0md3v](https://twitter.com/s0md3v)! Thank you for making axiom look sleek as hell! Really beats my homegrown logo :)The awesome referral banners were inspired by [fleex](https://github.com/FleexSecurity/fleex) and were made by the one and only [xm1k3](https://twitter.com/xm1k3_)!
# Tools to Date
> for [default](https://github.com/pry0cc/axiom/blob/master/images/provisioners/default.json) provisioner
- [x] aiodnsbrute
- [x] Amass
- [x] anew
- [x] anti-burl
- [x] aquatone
- [x] Arjun
- [x] assetfinder
- [x] axiom
- [x] axiom-dockerfiles
- [x] cent
- [x] cero
- [x] chaos-client
- [x] commix
- [x] concurl
- [x] Corsy
- [x] CrackMapExec
- [x] crlfuzz
- [x] dalfox
- [x] dirdar
- [x] DNSCewl
- [x] dnsgen
- [x] dnsrecon
- [x] dns resolvers by trickest
- [x] dnsvalidator
- [x] dnsx
- [x] Docker
- [x] ERLPopper
- [x] exclude-cdn
- [x] feroxbuster
- [x] fff
- [x] ffuf
- [x] findomain
- [x] gau
- [x] gauplus
- [x] getJS
- [x] gf
- [x] Gf-Patterns
- [x] github-endpoints
- [x] github-subdomains
- [x] Go
- [x] gobuster
- [x] google-chrome
- [x] gorgo
- [x] gospider
- [x] gowitness
- [x] gron
- [x] Gxss
- [x] hakrawler
- [x] hakrevdns
- [x] httprobe
- [x] httpx
- [x] interactsh-client
- [x] Interlace
- [x] ipcdn
- [x] jaeles
- [x] kiterunner
- [x] kxss
- [x] leaky-paths
- [x] LinkFinder
- [x] masscan
- [x] massdns
- [x] medusa
- [x] meg
- [x] naabu
- [x] nmap
- [x] nuclei
- [x] OpenRedireX
- [x] ParamSpider
- [x] phantomjs
- [x] proxychains-ng
- [x] puredns
- [x] qsreplace
- [x] responder.py
- [x] RustScan
- [x] s3scanner
- [x] scrying
- [x] SecLists
- [x] shuffledns
- [x] six2dez dns permutations
- [x] sqlmap
- [x] subfinder
- [x] subjack
- [x] subjs
- [x] testssl
- [x] thc-hydra
- [x] tlsx
- [x] trufflehog
- [x] ufw
- [x] unimap
- [x] wafw00f
- [x] waybackurls
- [x] webscreenshot
- [x] wpscan# Packages Installed via apt-get
> for [default](https://github.com/pry0cc/axiom/blob/master/images/provisioners/default.json) provisioner
- [x] bison
- [x] build-essential
- [x] fail2ban
- [x] firebird-dev
- [x] flex
- [x] git
- [x] grc
- [x] jq
- [x] libgcrypt11-dev_1.5.4-3+really1.8.1-4ubuntu1.2_amd64.deb
- [x] libgcrypt20-dev
- [x] libgpg-error-dev
- [x] libgtk2.0-dev
- [x] libidn11-dev
- [x] libmemcached-dev
- [x] libmysqlclient-dev
- [x] libpcap-dev
- [x] libpcre3-dev
- [x] libpq-dev
- [x] libssh-dev
- [x] libssl-dev
- [x] libsvn-dev
- [x] net-tools
- [x] ohmyzsh
- [x] p7zip
- [x] python3-pip
- [x] ruby-dev
- [x] rubygems
- [x] ufw
- [x] unzip
- [x] zsh
- [x] zsh-autosuggestions
- [x] zsh-syntax-highlighting
Do you want to add a package to axiom? [Read the wiki!](https://github.com/pry0cc/axiom/wiki/Adding-Simple-Modules)