summaryrefslogtreecommitdiff
path: root/demos/sqlmap-sample/protected/petshop-db/products.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sqlmap-sample/protected/petshop-db/products.xml')
-rw-r--r--demos/sqlmap-sample/protected/petshop-db/products.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/sqlmap-sample/protected/petshop-db/products.xml b/demos/sqlmap-sample/protected/petshop-db/products.xml
new file mode 100644
index 00000000..bf1453b2
--- /dev/null
+++ b/demos/sqlmap-sample/protected/petshop-db/products.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<sqlmap>
+
+ <select id="SelectAllProducts">
+ SELECT *
+ FROM
+ product
+ </select>
+
+</sqlmap> \ No newline at end of file