We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b3c3f commit 5a466baCopy full SHA for 5a466ba
1 file changed
install-osint.sh
@@ -72,5 +72,8 @@ _run "cd workspace/buster;python3 setup.py install;cd $here"
72
_run 'apk add whois nmap'
73
# Install osrframework
74
_install_pip 'pip2' 'osrframework'
75
+# Install InstagramOsint
76
+_install_git 'https://github.com/sc1341/InstagramOSINT.git'
77
+_install_pip 'pip3' '-r /workspace/InstagramOSINT/requirements.txt'
78
79
cat ascii-art.sh >> ~/.bashrc
0 commit comments