Skip to content

Commit 8d497e7

Browse files
committed
Update repo coders
1 parent beda9ed commit 8d497e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install-osint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ _install_git 'https://github.com/dvopsway/datasploit.git'
8282
_install_pip 'pip2.7' '--upgrade -r /workspace/datasploit/requirements.txt'
8383
# Install Cloudfail
8484
_install_git 'https://github.com/m0rtem/CloudFail.git'
85-
_install_pip 'pip3' '-r /workspace/Cloudfail/requirements.txt'
85+
_install_pip 'pip3' '-r /workspace/CloudFail/requirements.txt'
8686

8787
# Install editor
8888
_run 'apk add vim'
@@ -108,6 +108,6 @@ $bold Cloufail$end: Utilize misconfigured DNS and old database records to find h
108108

109109

110110
# bashrc
111-
_run 'wget https://raw.githubusercontent.com/SCORP1ON-TEAM/scorpion-bash/master/.bashrc -O .bashrc'
111+
_run 'wget https://raw.githubusercontent.com/Scorpion-Cyber-Security/vault-bash/master/.bashrc -O .bashrc'
112112
cat .bashrc >> ~/.bashrc
113-
echo -e "$banner" >> ~/.bashrc
113+
echo -e "echo '''$banner'''" >> ~/.bashrc

0 commit comments

Comments
 (0)