All Projects → pry0cc → Axiom

pry0cc / Axiom

Licence: mit
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!

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
XSLT
1337 projects

Projects that are alternatives of or similar to Axiom

subdomainsEnumerator
A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.
Stars: ✭ 63 (-97.4%)
Mutual labels:  massdns, subfinder
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (-3.84%)
Mutual labels:  nmap, masscan
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 1,572 (-35.15%)
Mutual labels:  subfinder, httprobe
porteye
Detect alive host and open port .
Stars: ✭ 17 (-99.3%)
Mutual labels:  nmap, masscan
ivre
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,712 (+11.88%)
Mutual labels:  nmap, masscan
MassVulScan
Bash script which quickly identifies open network ports and any associated vulnerabilities / Script Bash qui permet d'identifier rapidement les ports réseaux ouverts et les éventuelles vulnérabilités associées.
Stars: ✭ 56 (-97.69%)
Mutual labels:  nmap, masscan
easyrecon
Tool to automate recon
Stars: ✭ 37 (-98.47%)
Mutual labels:  subfinder, httprobe
leaky-paths
A collection of special paths linked to major web CVEs, known misconfigurations, juicy APIs ..etc. It could be used as a part of web content discovery, to scan passively for high-quality endpoints and quick-wins.
Stars: ✭ 507 (-79.08%)
Mutual labels:  nuclei, ffuf
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (-24.75%)
Mutual labels:  nmap
Bbr
An open source tool to aid in command line driven generation of bug bounty reports based on user provided templates.
Stars: ✭ 142 (-94.14%)
Mutual labels:  bug-bounty
Trigmap
A wrapper for Nmap to quickly run network scans
Stars: ✭ 132 (-94.55%)
Mutual labels:  nmap
Sec Tools
Docker images for infosec tools
Stars: ✭ 135 (-94.43%)
Mutual labels:  nmap
Dotfiles And Scripts
🎣 Dotfiles and scripts providing cumbersome configure details and other senseless stuff. 一些无聊的脚本和配置文件
Stars: ✭ 144 (-94.06%)
Mutual labels:  tmux
Autoenum
Automatic Service Enumeration Script
Stars: ✭ 134 (-94.47%)
Mutual labels:  nmap
Dotfiles
Dotfiles (macOS, stow, brew, yabai, nvim, kitty, tmux)
Stars: ✭ 146 (-93.98%)
Mutual labels:  tmux
Setup
Setup a new machine without sudo!
Stars: ✭ 130 (-94.64%)
Mutual labels:  tmux
Awesome Internet Scanning
A curated list of awesome Internet port and host scanners, plus related components and much more, with a focus on free and open source projects.
Stars: ✭ 130 (-94.64%)
Mutual labels:  nmap
Asset Scan
asset-scan是一款适用甲方企业的外网资产周期性扫描监控系统
Stars: ✭ 149 (-93.85%)
Mutual labels:  nmap
Vim Tidal
Vim plugin for TidalCycles
Stars: ✭ 147 (-93.94%)
Mutual labels:  tmux
Unimap
Scan only once by IP address and reduce scan times with Nmap for large amounts of data.
Stars: ✭ 141 (-94.18%)
Mutual labels:  nmap

axiom

License contributions welcome Follow on Twitter 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 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 including amass arjun aiodnsbrute anti-burl aquatone assetfinder corsy crackmapexec cf-check cngo commix concurl crlfuzz crobat dnscewl dalfox dirdar dnsgen dnsrecon dnsvalidator dnsx erlpopper exclude-cdn feroxbuster fff ffuf ffuz findomain gxss gau gauplus getJS github-endpoints github-subdomains gobuster gorgo gospider gowitness gxss hakrawler http2smugl httprobe httpx jaeles kiterunner kxss linkfinder masscan massdns medusa meg naabu nmap nuclei openredirex paramspider puredns rustscan responder s3scanner scrying shuffledns sn0int sqlmap subfinder subjack subjs testssl thc-hydra tlscout unimap wafw00f waybackurls webscreenshot whois & wpscan. 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.

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 and Azure are officially supported providers. Google Compute is partially implemented and AWS is 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

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!

Our third provider for axiom! Please use this link for $20 free credit on Linode :)

Installation

Docker

docker exec -it $(docker run -d -it ubuntu) 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.
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.

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 :)

Buy Me A Coffee


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, thank you all!

Art

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

The awesome referral banners were inspired by fleex and were made by the one and only xm1k3!

Tools to Date

for default provisioner

  • Amass
  • Arjun
  • aiodnsbrute
  • anew
  • anti-burl
  • aquatone
  • assetfinder
  • Corsy
  • CrackMapExec
  • cent
  • cf-check
  • chaos-client
  • cngo
  • commix
  • concurl
  • crlfuzz
  • crobat
  • ctfr
  • DNSCewl
  • Docker
  • dalfox
  • dirdar
  • dnscewl
  • dnsgen
  • dnsrecon
  • dnsvalidator
  • dnsx
  • ERLPopper
  • exclude-cdn
  • feroxbuster
  • fff
  • ffuf
  • ffuz
  • findomain
  • Gf-Patterns
  • Go
  • Gxss
  • gau
  • gauplus
  • getJS
  • gf
  • github-endpoints
  • github-subdomains
  • gobuster
  • google-chrome
  • gorgo
  • gospider
  • gowitness
  • gron
  • gxss
  • hakrawler
  • http2smugl
  • httprobe
  • httpx
  • Interlace
  • interactsh-client
  • jaeles
  • kiterunner
  • kxss
  • LinkFinder
  • leaky-paths
  • masscan
  • massdns
  • medusa
  • meg
  • naabu
  • nmap
  • nuclei
  • OpenRedireX
  • ParamSpider
  • phantomjs
  • proxychains-ng
  • puredns
  • qsreplace
  • RustScan
  • responder
  • SecLists
  • s3scanner
  • scrying
  • shuffledns
  • sn0int
  • soxy
  • sqlmap
  • subfinder
  • subjack
  • subjs
  • testssl
  • thc-hydra
  • tlscout
  • ufw
  • unimap
  • wafw00f
  • waybackurls
  • webscreenshot
  • whois
  • wpscan

Packages Installed via apt-get

for default provisioner

  • bison
  • build-essential
  • fail2ban
  • firebird-dev
  • flex
  • git
  • grc
  • jq
  • libgcrypt11-dev_1.5.4-3+really1.8.1-4ubuntu1.2_amd64.deb
  • libgcrypt20-dev
  • libgpg-error-dev
  • libgtk2.0-dev
  • libidn11-dev
  • libmemcached-dev
  • libmysqlclient-dev
  • libpcap-dev
  • libpcre3-dev
  • libpq-dev
  • libssh-dev
  • libssl-dev
  • libsvn-dev
  • net-tools
  • p7zip
  • python3-pip
  • ruby-dev
  • rubygems
  • ufw
  • unzip
  • zsh
  • zsh-autosuggestions
  • zsh-syntax-highlighting

Do you want to add a package to axiom? Read the wiki!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].