Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gbiagomba committed Jan 23, 2024
1 parent c46f8c8 commit 721f20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $PAKMAN_UPDATE
$PAKMAN_UPGRADE

# Installing main system dependencies
for i in aha amass arjun batea brutespray chromium dirb dirbuster dnsrecon exploitdb git git-core go golang golang-go janus jq masscan mediainfo medusa metagofil metagoofil msfconsole nikto nmap nmap-bootstrap-xsl nmap-converter nodejs nuclei openssl parallel pipenv python-pip python2 python3 python3-pip ripgrep searchsploit seclists ssh-audit subdomainizer sublist3r testssl testssl.sh theharvester unrar vulscan wapiti xml2json xss-payload-list xsstrike; do
for i in aha amass arjun batea brutespray chromium dirb dirbuster dnsrecon exploitdb git git-core go golang golang-go janus jq masscan mediainfo medusa metagofil metagoofil metasploit msfconsole nikto nmap nmap-bootstrap-xsl nmap-converter nodejs nuclei openssl parallel pipenv python-pip python2 python3 python3-pip ripgrep searchsploit seclists ssh-audit subdomainizer sublist3r testssl testssl.sh theharvester unrar vulscan wapiti xml2json xss-payload-list xsstrike; do
if ! hash $i 2> /dev/null; then
banner "Installing $i"
$PAKMAN_INSTALL $i
Expand Down

0 comments on commit 721f20a

Please sign in to comment.