Files
codeql/python/ql/test/query-tests/Security/CWE-943-NoSqlInjection/PoC
Geoffrey White 8bb12d1507 Merge pull request #22005 from github/dependabot/pip/misc/codegen/pip-02f7ad5a4b
Bump the pip group across 2 directories with 2 updates
2026-07-08 14:37:05 +01:00
..
2023-09-08 13:37:54 +02:00

Tutorials:

I recommend creating a virtual environment with venv and then installing dependencies via

python -m pip --install -r requirements.txt

Start mongodb:

mongod --config /usr/local/etc/mongod.conf --fork

run flask app:

flask --app server run

Navigate to the root to see routes. For each route try to get the system to reveal the person in the database. If you know the name, you can just input it, but in some cases you can get to the person without knowing the name!