Skip to content

Exodia-OS/exodia-wireless-ISO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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