Contents

Install Anarchy Linux for Penetration Testing and Ethical Hacking

  

Anarchy is an install script for Arch Linux. We going to set up VirtualBox and install Anarchy, then install the BlackArch repository so we can install all the BlackArch tools we like.

The BlackArch repository contains 2572 Ethical Hacking and penetration tools. More as on Kali Linux and Parrot Security together.

BlackArch is constantly being updated and offers the latest packages available on GitHub.


The Anarchy Installer provides quick access to multiple desktop environments and custom configurations.

  • Multiple desktop environments and window managers to choose from
  • Automatic or manual disk partitioning
  • A selection of Linux kernels
  • Bash, ZSH, Fish and other shells available for installation
  • And many more exciting features you’d expect from an installer

video

Install Anarchy Linux for Penetration Testing and Ethical Hacking



Install VirtualBox

The first thing we going to install is VirtualBox. I like to keep this simple so I will use my terminal, and install this with the following command:

1
sudo apt install VirtualBox

After the install, we do a reboot

1
sudo reboot

Download Anarchy

To install Anarchy, follow the link and download the ISO file:

Anarchy Installer


Install BlackArch

Because BlackArch can give some errors because of conflict packages with Anarchy I personally install them one by one. (I only install what I need)


The commands I use in the video to install the BlackArch repository:

1
curl -O https://blackarch.org/strap.sh

Set execute bit

1
chmod +x strap.sh

Run strap.sh

1
sudo ./strap.sh


List all of the available tools, run

1
sudo pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u

To see the BlackArch categories, run

1
sudo pacman -Sg | grep blackarch

Install all of the tools, run:

(Be aware that this can give some conflicts. and you can start all over again).

1
sudo pacman -S blackarch

Become a member on Odysee.com
Earning on Odysee for watching videos ♥️
Here an invitation link, so that we both benefit.
In this way, you also support my work.

https://odysee.com/$/invite/@hackingpassion:9


 

WANT TO SUPPORT THE WEBSITE

Dear people, I do a lot of things on the Internet and I do it all for free. If I don’t get enough to support myself, it becomes very difficult to maintain my web presence, which takes a lot of time, and the server costs also have to be paid. Your support is greatly appreciated.

Thanks guys ..!

https://paypal.me/hackingpassion

Use the link above to donate via PayPal.


 

IMPORTANT THINGS TO REMEMBER

✓ This Video and Article is made for educational purposes and pentest only.

✓ You will not misuse the information to gain unauthorized access.

✓ This information shall only be used to expand knowledge and not for causing malicious or damaging attacks…!


Read also the Disclaimer

All the techniques provided in the tutorials on HackingPassion.com, are meant for educational purposes only.

If you are using any of those techniques for illegal purposes, HackingPassion.com can’t be held responsible for possible lawful consequences.

My goal is to educate people and increase awareness by exposing methods used by real black-hat hackers and show how to secure systems from these hackers.


 

 

By Bulls Eye

Jolanda de koff • email donate

My name is Jolanda de Koff and on the internet, I'm also known as Bulls Eye. Ethical Hacker, Penetration tester, Researcher, Programmer, Self Learner, and forever n00b. Not necessarily in that order. Like to make my own hacking tools and I sometimes share them with you. "You can create art & beauty with a computer and Hacking is not a hobby but a way of life ...

I ♥ open-source and Linux