File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ 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 \
10- && rm -rf *tar.gz
9+ && tar -C /packages/src/ -xvf /packages/src/geckodriver.tar.gz
1110ENV GOROOT /usr/local/go
1211ENV GOPATH $HOME/Projects/Proj1
1312ENV 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/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,17 +46,8 @@ _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'
5549
5650# Install osrframework
5751_run " $( ls -v /usr/local/bin/pip2* | head -n1 || printf ' pip' ) install osrframework --user"
5852
5953cat 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'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments