File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Subproject commit 0310c30b05919f3e0ac8262ef48083cdf4f857db
Original file line number Diff line number Diff 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
1011ENV GOROOT /usr/local/go
1112ENV GOPATH $HOME/Projects/Proj1
1213ENV 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/
Original file line number Diff line number Diff line change 1+ Subproject commit c02ed4098d01f2b9bc97f3ff5fefcb61502425fb
Original file line number Diff line number Diff 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
5359cat 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'
Original file line number Diff line number Diff line change 1+ Subproject commit a072b850d753e85867e5b5e24d8df2712b682989
Original file line number Diff line number Diff line change 1+ Subproject commit 3276e973274d913368b20550ec2c9aecc38d47f2
Original file line number Diff line number Diff line change 1+ Subproject commit 0018154022e6cd8e1dd8799903d3abf022d51ed3
You can’t perform that action at this time.
0 commit comments