Skip to content

Commit a1c3dfc

Browse files
author
jul10l14
committed
🎉 Add Cloufail
1 parent 6381f49 commit a1c3dfc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

install-osint.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/bash
22

33
# Fix problems of directories
44
here="`dirname "$0"`"
@@ -79,6 +79,9 @@ _install_pip 'pip3' '-r /workspace/InstagramOSINT/requirements.txt'
7979
# Install Datasploit
8080
_install_git 'https://github.com/dvopsway/datasploit.git'
8181
_install_pip 'pip2.7' '--upgrade -r /workspace/datasploit/requirements.txt'
82+
# Install Cloudfail
83+
_install_git 'https://github.com/m0rtem/CloudFail.git'
84+
_install_pip 'pip3' '-r /workspace/Cloudfail/requirements.txt'
8285

8386
# Install editor
8487
_run 'apk add vim'

0 commit comments

Comments
 (0)