Skip to content

Ansible scripts to build a golden kali image on arm based CPUs

Notifications You must be signed in to change notification settings

zasean0x/kali-build-arm64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

** Make sure to pip install ansible, apt has an older copy ** ** This is a quick and ditry way to deploy a Golden Image for Kali Linux on ARM64 ( m1 chip ) **

Instructions

  • Start with Kali Linux base install ( Can tick install top 10 tools )
  • Install Ansible (python3 -m pip install ansible)
  • Clone and enter the repo (git clone)
  • ansible-galaxy install -r requirements.yml
  • Make sure we have a sudo token (sudo whoami)
  • ansible-playbook main.yml -vv

About

Ansible scripts to build a golden kali image on arm based CPUs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 57.1%
  • Python 21.6%
  • Shell 21.3%