We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd6831 commit 0e30ae7Copy full SHA for 0e30ae7
1 file changed
install-osint.sh
@@ -46,6 +46,9 @@ _install_pip '-r /workspace/PhoneInfoga/requirements.txt'
46
_run 'mv /workspace/PhoneInfoga/config.example.py /workspace/PhoneInfoga/config.py'
47
# Install Karma
48
_install_pip 'git+https://github.com/decoxviii/karma.git'
49
+# Install SE Toolkit
50
+_install_git 'https://github.com/trustedsec/social-engineer-toolkit.git'
51
+_install_pip '-r /workspace/social-engineer-toolkit/requirements.txt'
52
53
# Install osrframework
54
_run "$(ls -v /usr/local/bin/pip2* | head -n1 || printf 'pip') install osrframework --user"
0 commit comments