Skip to content

Commit 9ba988a

Browse files
Merge pull request #2 from SCORP1ON-TEAM/revert-1-dev
Revert "Dev"
2 parents 4bc4f2f + d75b7c0 commit 9ba988a

7 files changed

Lines changed: 1 addition & 16 deletions

File tree

D4N155

Lines changed: 0 additions & 1 deletion
This file was deleted.

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
1110
ENV GOROOT /usr/local/go
1211
ENV GOPATH $HOME/Projects/Proj1
1312
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: 0 additions & 1 deletion
This file was deleted.

install-osint.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

5953
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: 0 additions & 1 deletion
This file was deleted.

sherlock

Lines changed: 0 additions & 1 deletion
This file was deleted.

social-engineer-toolkit

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)