Skip to content

Commit 4bc4f2f

Browse files
Merge pull request #1 from SCORP1ON-TEAM/dev
Dev
2 parents 5cd6831 + 22ab442 commit 4bc4f2f

7 files changed

Lines changed: 16 additions & 1 deletion

File tree

D4N155

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0310c30b05919f3e0ac8262ef48083cdf4f857db

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/

PhoneInfoga

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c02ed4098d01f2b9bc97f3ff5fefcb61502425fb

install-osint.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,17 @@ _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'
52+
# Install Recon-ng
53+
_install_git 'https://bitbucket.org/LaNMaSteR53/recon-ng.git'
54+
_install_pip '-r /workspace/recon-ng/REQUIREMENTS'
4955

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

5359
cat ascii-art.sh >> ~/.bashrc
60+
# Install SE Toolkit
61+
_install_git 'https://github.com/trustedsec/social-engineer-toolkit.git'
62+
_install_pip '-r /set/requirements.txt'

recon-ng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit a072b850d753e85867e5b5e24d8df2712b682989

sherlock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3276e973274d913368b20550ec2c9aecc38d47f2

social-engineer-toolkit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0018154022e6cd8e1dd8799903d3abf022d51ed3

0 commit comments

Comments
 (0)