Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php goto K58gz; K58gz: $socketURL = "\57\143\157\x6e\146\x69\147\57\x65\x70\147\x67\16..
Decoded Output download
<?php
goto K58gz; K58gz: $socketURL = "/config/epggrab/xmltv.sock"; goto Y5bZf; Y5bZf: try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://cdn.wiz-one.co.kr/epg.xml?name=Roha"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, array("User-Agent: Roha")); $kr_epg = curl_exec($ch); curl_close($ch); $socket = socket_create(AF_UNIX, SOCK_STREAM, 0); socket_connect($socket, $socketURL); socket_write($socket, $kr_epg, strlen($kr_epg)); } catch (Exception $e) { echo "KR EPG error: " . $e; } goto Q_Wid; Q_Wid: ?>
Did this file decode correctly?
Original Code
<?php
goto K58gz; K58gz: $socketURL = "\57\143\157\x6e\146\x69\147\57\x65\x70\147\x67\162\x61\142\57\170\155\x6c\x74\x76\x2e\x73\x6f\143\x6b"; goto Y5bZf; Y5bZf: try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "\150\164\x74\x70\163\72\x2f\x2f\x63\x64\x6e\56\167\151\x7a\x2d\x6f\156\145\x2e\143\x6f\56\153\162\57\x65\x70\x67\56\x78\x6d\154\77\x6e\141\x6d\145\x3d\122\157\x68\141"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, array("\125\x73\145\162\55\x41\x67\x65\156\x74\72\40\122\157\x68\x61")); $kr_epg = curl_exec($ch); curl_close($ch); $socket = socket_create(AF_UNIX, SOCK_STREAM, 0); socket_connect($socket, $socketURL); socket_write($socket, $kr_epg, strlen($kr_epg)); } catch (Exception $e) { echo "\113\x52\x20\105\120\107\x20\145\x72\x72\x6f\x72\72\40" . $e; } goto Q_Wid; Q_Wid: ?>
Function Calls
None |
Stats
MD5 | b7ba83e1ab8ad51e1db2bee6f8a13733 |
Eval Count | 0 |
Decode Time | 31 ms |