Skip to content

Commit 0e30ae7

Browse files
committed
🤘 Add Social engneer tools (SET) framwork
1 parent 5cd6831 commit 0e30ae7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

install-osint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ _install_pip '-r /workspace/PhoneInfoga/requirements.txt'
4646
_run 'mv /workspace/PhoneInfoga/config.example.py /workspace/PhoneInfoga/config.py'
4747
# Install Karma
4848
_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'
4952

5053
# Install osrframework
5154
_run "$(ls -v /usr/local/bin/pip2* | head -n1 || printf 'pip') install osrframework --user"

0 commit comments

Comments
 (0)