Skip to content

Commit 1556d40

Browse files
author
Julio Lira
authored
Fix setting of OSRF 🐶
1 parent 5fbd75e commit 1556d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-osint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ _install_git 'https://github.com/sundowndev/PhoneInfoga'
4949
_install_pip 'pip3' '-r /workspace/PhoneInfoga/requirements.txt'
5050
_run 'mv /workspace/PhoneInfoga/config.example.py /workspace/PhoneInfoga/config.py'
5151
# Install Karma
52-
5352
_install_pip 'pip3' 'git+https://github.com/decoxviii/karma.git'
5453
# Install SE Toolkit
5554
_install_git 'https://github.com/trustedsec/social-engineer-toolkit.git'
@@ -75,6 +74,7 @@ _run "cd workspace/buster;python3 setup.py install;cd $here"
7574
_run 'apk add whois nmap'
7675
# Install osrframework
7776
_install_pip 'pip2' 'osrframework'
77+
_run 'wget https://raw.githubusercontent.com/i3visio/osrframework/master/config/general.cfg -O ~/.config/OSRFramework/default/general.cfg'
7878
# Install InstagramOsint
7979
_install_git 'https://github.com/sc1341/InstagramOSINT.git'
8080
_install_pip 'pip3' '-r /workspace/InstagramOSINT/requirements.txt'

0 commit comments

Comments
 (0)