MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //usr/local/apache/htdocs/401.shtml
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.js"></script>
<script type="text/javascript">    
var getIPAddress = function() {
      $.getJSON("https://jsonip.com?callback=?", function(data) {
        var ipaddress = "Your blocked IP address is <b>" + data.ip + "</b>";
        document.getElementById("ipaddress").innerHTML = ipaddress;
        
      });
    };
</script>
<title>Unauthorized Access</title>
</head>
<body onload="getIPAddress()">
<img src="http://www.hostingraja.in/images/logo.jpg" />
<h1>Your connection to this server has been blocked in this server's firewall.</h1>
<p id="ipaddress"></p>
<p>Your IP address is blocked in Our Modsecurity <b>due to Invalid wp-admin (or) Invalid cPanel login (or) Invalid webmail login.</b></p>
<p>Your IP address is temporarily blocked by ModSecurity, Your IP will be unblocked in 10 minutes. Please do not send a ticket for the same.</p>
<p><b>Wait for 10 minutes. Next time, Provide correct login username and password for your cPanel/Website/WordPress/Webmail.</b></p>
</body>