Install your Pentesting tools on niixarch

Discuss everything about Linux here!

Moderator: Community Moderator

Post Reply
User avatar
MrNiitriiX
Premium Uploader
Premium Uploader
Posts: 2197
Joined: 19 Apr 2010, 14:52
Location: between space and time
Has thanked: 24 times
Been thanked: 164 times

Install your Pentesting tools on niixarch

Post 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
Last edited by MrNiitriiX on 19 Sep 2016, 21:40, edited 1 time in total.
"Injustice anywhere is a threat to justice everywhere." - Martin Luther King
Image
Upload List
User avatar
LghPuppy
GFX Team
GFX Team
Posts: 40468
Joined: 06 Jun 2011, 21:25
Location: Watering the trees
Has thanked: 127 times
Been thanked: 81 times

Re: Install your Pentesting tools on niixarch

Post 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:
Image
Please consider Donating
“The only thing necessary for the triumph of evil is for good men to do nothing.”
Edmund Burke
Post Reply

Return to “Everything Linux”