Skip to content

Commit

Permalink
Merge pull request #276 from OWASP/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Ali Razmjoo authored May 13, 2021
2 parents de441a9 + 924ea9a commit db2156f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/ssh/weak_password/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN sed -i 's/#Port 22/Port 22/g' /etc/ssh/sshd_config
RUN sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/g' /etc/ssh/sshd_config

# run ssh-keygen non-interactive
RUN ssh-keygen -k -f id_rsa -t rsa -N '' -f /root/.ssh/id_rsa >/dev/null && service ssh restart
RUN ssh-keygen -k -f id_rsa -t rsa -N '' -f /root/.ssh/id_rsa >/dev/null && ssh-keygen -A && service ssh restart

# start the service + wait for container
ENTRYPOINT service ssh restart && tail
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest==6.2.3
pytest==6.2.4
codecov==2.1.11
requests==2.25.1
flake8==3.9.1
flake8==3.9.2
wheel==0.36.2
requests==2.25.1
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
setuptools==56.0.0
pymongo==3.11.3
setuptools==56.2.0
pymongo==3.11.4
netaddr==0.8.0
flask==1.1.2
flask==2.0.0
terminable_thread==0.7.1
watchdog==2.0.2
watchdog==2.1.1
pyshark==0.4.3
oschmod==0.3.12
argparse==1.4.0

0 comments on commit db2156f

Please sign in to comment.