You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added note about python3 version in verification steps because the version may change when a newer docker image becomes available.
Added report.txt as a file because I apparently forgot it before and the containers fail to build without it.
9. Do: `set FLASKPATH /usr/local/lib/<python3.version>/site-packages/flask/app.py` (where `<python3.version>` matches the version on the system being exploited)
312
316
10. Do: `run`
313
317
11. You should see a PIN and a cookie being logged then get a shell.
314
318
@@ -423,7 +427,7 @@ requesting the content of a file that doesn't exist in the container.
85. Do: `set FLASKPATH /usr/local/lib/<python3.version>/site-packages/flask/app.py` (where `<python3.version>` matches the version on the system being exploited)
427
431
86. Do: `run`
428
432
87. You should see a failure due to the check failing.
0 commit comments