We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd6831 commit 1c0ea3aCopy full SHA for 1c0ea3a
2 files changed
D4N155
@@ -0,0 +1 @@
1
+Subproject commit 0310c30b05919f3e0ac8262ef48083cdf4f857db
install-osint.sh
@@ -51,3 +51,6 @@ _install_pip 'git+https://github.com/decoxviii/karma.git'
51
_run "$(ls -v /usr/local/bin/pip2* | head -n1 || printf 'pip') install osrframework --user"
52
53
cat ascii-art.sh >> ~/.bashrc
54
+# Install SE Toolkit
55
+_install_git 'https://github.com/trustedsec/social-engineer-toolkit.git'
56
+_install_pip '-r /set/requirements.txt'
0 commit comments