BlackArch / blackarch

An ArchLinux based distribution for penetration testers and security researchers.
https://www.blackarch.org
Other
2.83k stars 571 forks source link

download blackarch tools on arch #4375

Closed e1a3g3l7e closed 3 hours ago

e1a3g3l7e commented 19 hours ago

After i did :

Run https://blackarch.org/strap.sh as root and follow the instructions.

$ curl -O https://blackarch.org/strap.sh $ echo 76363d41bd1caeb9ed2a0c984ce891c8a6075764 strap.sh | sha1sum -c $ chmod +x strap.sh

Run strap.sh

$ sudo ./strap.sh $ sudo pacman -Syu

i've got everything right i guess and after typing those :

$ sudo pacman -Sgg | grep blackarch | cut -d' ' -f2 | sort -u $ sudo pacman -S blackarch- $ sudo pacman -Sg | grep blackarch

no answers in my terminal, just nothing image

e1a3g3l7e commented 19 hours ago

PS: wdgaf for being in that path i tried normally before yk

D3vil0p3r commented 17 hours ago

What are you trying to do by sudo pacman -S blackarch-. This command won't work.

By the way, run and post here the output of cat /etc/pacman.conf and sudo pacman -Syy.

noraj commented 3 hours ago

What are you trying to achieve? Listing available tools?