From 317ffd751fbfbe2ca2c3f8a900bedf2a8a41117a Mon Sep 17 00:00:00 2001 From: Mike Pirnat Date: Sun, 18 Sep 2016 19:18:57 -0400 Subject: [PATCH] Removed final references to badguys_project --- badguys/wsgi.py | 2 +- solutions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/badguys/wsgi.py b/badguys/wsgi.py index 06941528a..d715c7118 100644 --- a/badguys/wsgi.py +++ b/badguys/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for badguys_project project. +WSGI config for badguys project. This module contains the WSGI application used by Django's development server and any production WSGI deployments. It should expose a module-level variable diff --git a/solutions.md b/solutions.md index 72922201f..4d5017fec 100644 --- a/solutions.md +++ b/solutions.md @@ -193,7 +193,7 @@ non-working qs paramter. In this exercise we're pretending to submit a form from an external location that will be POSTed to our vulnerable site. -Open up badguys_project/templates/vulnerable/csrf/third_party.html in your +Open up badguys/templates/vulnerable/csrf/third_party.html in your editor and find the "put your form here" comment. Use the gift card form again for reference to field names: