/exodia-wireless-ISO

Exodia Wireless Editions src ISO for Wireless Pentesting

Primary LanguageShellGNU General Public License v3.0GPL-3.0

exodia-wireless

Wireless Editions for Wireless Pentesting

NOTE:

if you want to build this ISO you have to build it on an Arch/Arch-based distro. as many users have tried to build the ISO on non-arch-based distros and run into issues.

before building:-

  • install archiso

    • sudo pacman -S archiso
  • Use the hosted Repos

    • uncommented these lines

    • then, commented these lines

building

mkdir {work,out} 

sudo mkarchiso -v -w work -o out src 

Contributing

  • fork
  • create a new branch with dev-${GITHUB-USERNAME} name (e.g. dev-mmsaeed509)
    • git checkout -b dev-mmsaeed509
  • commit your changes
    • ./git-push.sh -m "your commit msg"
  • create a pull request