Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions D4N155
Submodule D4N155 added at 0310c3
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz \
&& apt-get update -y && apt-get install python2.7 -y \
&& wget -O- -q https://bootstrap.pypa.io/get-pip.py | python2.7 \
&& wget -O /packages/src/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz \
&& tar -C /packages/src/ -xvf /packages/src/geckodriver.tar.gz
&& tar -C /packages/src/ -xvf /packages/src/geckodriver.tar.gz \
&& rm -rf *tar.gz
ENV GOROOT /usr/local/go
ENV GOPATH $HOME/Projects/Proj1
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/
Expand Down
1 change: 1 addition & 0 deletions PhoneInfoga
Submodule PhoneInfoga added at c02ed4
9 changes: 9 additions & 0 deletions install-osint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,17 @@ _install_pip '-r /workspace/PhoneInfoga/requirements.txt'
_run 'mv /workspace/PhoneInfoga/config.example.py /workspace/PhoneInfoga/config.py'
# Install Karma
_install_pip 'git+https://github.com/decoxviii/karma.git'
# Install SE Toolkit
_install_git 'https://github.com/trustedsec/social-engineer-toolkit.git'
_install_pip '-r /workspace/social-engineer-toolkit/requirements.txt'
# Install Recon-ng
_install_git 'https://bitbucket.org/LaNMaSteR53/recon-ng.git'
_install_pip '-r /workspace/recon-ng/REQUIREMENTS'

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

cat ascii-art.sh >> ~/.bashrc
# Install SE Toolkit
_install_git 'https://github.com/trustedsec/social-engineer-toolkit.git'
_install_pip '-r /set/requirements.txt'
1 change: 1 addition & 0 deletions recon-ng
Submodule recon-ng added at a072b8
1 change: 1 addition & 0 deletions sherlock
Submodule sherlock added at 3276e9
1 change: 1 addition & 0 deletions social-engineer-toolkit
Submodule social-engineer-toolkit added at 001815