Page 1 of 1

Install your Pentesting tools on niixarch

Posted: 19 Sep 2016, 21:39
by MrNiitriiX
This is a quick one but will take you some time to do if you download all the tools as it is multiple gigs...

We will be downloading the blackarch install script (which basically just adds all the pgp keys needed and the correct repositories for you) etc etc ...

If you have good connection speed you can download ALL tools, however for us mear mortals i would recommend downloading individual tools or do it in catagories (if you have a GUI such as pamac, you can look under catagories and check out what takes your fancy)

Code: Select all

#####################
#    PREPERATION    #
#####################
curl -O https://blackarch.org/strap.sh

#####################
#    SHA1 CHECK     #
#####################
sha1sum strap.sh

#####################
#  MAKE EXECUTABLE  #
#####################
chmod +x strap.sh
#####################
#      EXECUTE      #
#####################
sudo ./strap.sh

#####################
# INSTALL ALL TOOLS #
#####################
sudo pacman -S blackarch


*****************************************
ALTERNATIVE
*****************************************

#######################
# INSTALL FROM SOURCE #
#######################

sudo blackman -a

Code: Select all

IF YOU GET THE ERROR WITH THE REPOS LIKE IT DID (THE FIX):
sudo leafpad /etc/pacman.conf

scroll to the bottom and move the blackarch repo to its own line > save > quit
re run the command:

sudo ./strap.sh

Thumbnail/Background thanks to PANTHEON

Re: Install your Pentesting tools on niixarch

Posted: 30 Sep 2016, 12:17
by LghPuppy
Had to come back and copy this to my HD so i can do the setup without me doing a screw up. :doh: