┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/vio-prosarmogi/wp-content/plugins/captcha-ajax/assets/icd
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: getwhois.php
<?php namespace CaptAjx; $security = 'wpCap_WhoSec' . \sanitize_text_field( $_GET['security'] ); if(empty( \get_transient($security) )){ wp_die( -1, 'Access Denied', ['response' => 403]); } $newIP = \esc_html($_GET['new_IP']); $host = gethostbyaddr($newIP); ($host == $newIP) ? $host = 'No Host' : ''; ($host == false) ? $host = 'Failed. Malformed IP' : ''; $httpQuery = "http://ip-api.com/json/" . $newIP; $ipResponse = strip_tags(file_get_contents($httpQuery)); $result = json_encode(['host' => $host, 'whoIP' => $ipResponse]); echo $result; \wp_die();
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 captchAdmin.php
PHP
28.3 KB
2026-05-13 07:39
EDIT
📄 getwhois.php
PHP
557 B
2026-05-13 07:39
EDIT