Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Changes
headers-https.txt&headers-http.txt).docker compose psoutput as evidence that only Nginx exposes host ports.Testing
docker compose psoutput shows only Nginx publishes host ports; Juice Shop only listens internal port 3000 (evidence inlabs/submission11.md).labs/lab11/analysis/testssl.txt): TLS 1.2 and TLS 1.3 are supported; strong AEAD ciphers (listed) and Forward Secrecy enabled; testssl warns of a self-signed certificate; OCSP/CRL and stapling not configured.labs/lab11/analysis/headers-https.txtandheaders-http.txt) confirmed HSTS only on HTTPS and other security headers present on HTTPS responses.401 Unauthorized(invalid creds) followed by 6×429 Too Many Requests— confirmslimit_reqandlimit_req_status 429behavior.nginx.confanalysis (labs/lab11/reverse-proxy/nginx.conf) confirmed settings:limit_req_zone $binary_remote_addr zone=login:10m rate=10r/m;,burst=5, all relevant timeout values and header injection.Artifacts & Screenshots
labs/submission11.mdlabs/lab11/reverse-proxy/nginx.conflabs/lab11/analysis/testssl.txtlabs/lab11/analysis/headers-https.txtandheaders-http.txtlabs/lab11/logs/access.logChecklist