curl -X POST -d "file=index.php" http://192.168.153.130/test

$run='select * from auth where pass=\''.$pass.'\' and uname=\''.$uname.'\'';
 
 
Back to Top