Skip to content

Commit d150e44

Browse files
Merge branch 'dev' of https://github.com/SCORP1ON-TEAM/osint into dev
2 parents 1c0ea3a + eefd2f7 commit d150e44

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ RUN wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz \
66
&& apt-get update -y && apt-get install python2.7 -y \
77
&& wget -O- -q https://bootstrap.pypa.io/get-pip.py | python2.7 \
88
&& wget -O /packages/src/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz \
9-
&& tar -C /packages/src/ -xvf /packages/src/geckodriver.tar.gz
9+
&& tar -C /packages/src/ -xvf /packages/src/geckodriver.tar.gz \
10+
&& rm -rf *tar.gz
1011
ENV GOROOT /usr/local/go
1112
ENV GOPATH $HOME/Projects/Proj1
1213
ENV PATH /Projects/Proj1/bin:/usr/local/go/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin:/packages/src/

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)