| Server IP : 162.241.253.219 / Your IP : 216.73.216.50 Web Server : Apache System : Linux box5823.bluehost.com 5.14.0-687.25.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 13 11:40:33 EDT 2026 x86_64 User : aienetco ( 2034) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home2/aienetco/public_html/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RDHQ • WordPress Bruteforce Auto Shell</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #070710;
color: #e0e0f0;
font-family: 'Inter', sans-serif;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background-image:
repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,255,200,0.015) 2px, rgba(0,255,200,0.015) 4px),
radial-gradient(ellipse at 30% 30%, rgba(0,255,200,0.05) 0%, transparent 60%),
radial-gradient(ellipse at 70% 70%, rgba(136,102,255,0.04) 0%, transparent 60%);
}
.card {
max-width: 820px;
width: 100%;
background: #0b0b18;
border: 1px solid #16163a;
border-radius: 24px;
padding: 48px;
box-shadow: 0 0 100px rgba(0,255,200,0.02), inset 0 0 100px rgba(0,255,200,0.01);
position: relative;
overflow: hidden;
}
.card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, transparent, #00ffc8, #00ff88, transparent);
}
.card::after {
content: '';
position: absolute;
inset: 0;
background: repeating-linear-gradient(
0deg, transparent, transparent 2px,
rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px
);
pointer-events: none;
}
.top-tag {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 5px 14px;
border-radius: 20px;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
border: 1px solid rgba(0,255,200,0.12);
color: #00ffc8;
background: rgba(0,255,200,0.04);
margin-bottom: 24px;
}
.top-tag .dot {
width: 6px; height: 6px;
border-radius: 50%;
background: #00ffc8;
animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; box-shadow: 0 0 8px #00ffc8; }
50% { opacity: 0.3; box-shadow: none; }
}
h1 {
font-size: 52px;
font-weight: 900;
letter-spacing: -2.5px;
line-height: 1.0;
margin-bottom: 6px;
background: linear-gradient(135deg, #fff 10%, #00ffc8 40%, #00ff88 70%, #4488ff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.sub-line {
font-size: 17px;
color: #7777aa;
font-weight: 400;
margin-bottom: 6px;
}
.channel {
font-size: 24px;
font-weight: 800;
color: #00ffc8;
letter-spacing: 1px;
text-shadow: 0 0 40px rgba(0,255,200,0.08);
margin-top: 4px;
}
.support {
font-size: 14px;
color: #4488ff;
font-weight: 500;
margin-bottom: 20px;
}
.divider {
height: 1px;
background: linear-gradient(90deg, transparent, rgba(0,255,200,0.12), transparent);
margin: 24px 0;
}
.req-box {
padding: 14px 20px;
background: rgba(0,255,200,0.02);
border: 1px solid rgba(0,255,200,0.06);
border-radius: 12px;
margin-bottom: 20px;
font-size: 13px;
color: #aaaacc;
line-height: 1.7;
}
.req-box strong {
color: #00ffc8;
font-weight: 600;
}
.msg {
font-size: 15px;
line-height: 1.8;
color: #cccce8;
margin-bottom: 20px;
}
.msg strong {
color: #00ff88;
font-weight: 600;
}
.msg .highlight {
color: #00ffc8;
}
.msg .blue {
color: #4488ff;
}
.divider-thick {
height: 2px;
background: linear-gradient(90deg, transparent, rgba(0,255,200,0.08), rgba(0,255,136,0.08), transparent);
margin: 28px 0;
border-radius: 2px;
}
.guarantee {
padding: 18px 22px;
background: rgba(0,255,136,0.02);
border: 1px solid rgba(0,255,136,0.08);
border-radius: 14px;
margin-bottom: 24px;
font-size: 14px;
line-height: 1.7;
color: #aaaacc;
}
.guarantee strong {
color: #00ff88;
}
.guarantee .em {
color: #ffcc00;
}
.terminal {
background: #04040e;
border: 1px solid rgba(0,255,136,0.05);
border-radius: 14px;
padding: 20px;
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
line-height: 2;
margin-bottom: 24px;
}
.terminal .c { color: #00ffc8; }
.terminal .g { color: #00ff88; }
.terminal .b { color: #4488ff; }
.terminal .o { color: #ff8800; }
.terminal .r { color: #ff3355; }
.terminal .d { color: #555588; }
.terminal .w { color: #ffcc00; }
.terminal .line {
opacity: 0;
animation: fadeIn 0.3s ease forwards;
}
@keyframes fadeIn { to { opacity: 1; } }
.cursor {
display: inline-block;
width: 7px; height: 15px;
background: #00ff88;
animation: blink 1s step-end infinite;
vertical-align: text-bottom;
margin-left: 2px;
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0; }
}
.footer {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 12px;
padding-top: 20px;
border-top: 1px solid #16163a;
font-size: 12px;
color: #555588;
}
.footer strong { color: #00ffc8; }
.footer .verified {
padding: 5px 14px;
background: rgba(0,255,136,0.03);
border: 1px solid rgba(0,255,136,0.08);
border-radius: 20px;
color: #00ff88;
font-size: 11px;
}
@media (max-width: 600px) {
.card { padding: 24px; }
h1 { font-size: 32px; }
}
</style>
</head>
<body>
<div class="card">
<div class="top-tag"><span class="dot"></span> RDHQ • Legendary Tool</div>
<h1>RDHQ WordPress<br>Bruteforce Auto Shell</h1>
<p class="sub-line">You only need a WordPress list — the tool does the rest</p>
<div class="channel">RDHQ — RiftDefenderHQ</div>
<div class="support">@QuantumRiftSecuritySupport</div>
<div class="divider"></div>
<div class="req-box">
<strong>▸ REQUIREMENT:</strong> A WordPress CMS list + an RDP that allows abuse — that's all.<br>
No updates needed. I send you updates daily for <strong>free</strong>.
</div>
<div class="msg">
<strong>This is legendary, my people.</strong> The tool is very smart, very accurate — it <span class="highlight">gets results</span>.
It will work with you for <strong>many years to come</strong>.
</div>
<div class="msg">
Upon purchase, I will provide you with <strong class="blue">many WordPress lists</strong> to run the tool.
All you need to do is buy an RDP that allows abuse and use it only for this purpose.
You will just step in and <span class="highlight">collect fresh results every day</span> without any effort.
</div>
<div class="msg">
No updates are required at all. I will send you updates daily for <strong>free</strong>.
</div>
<div class="divider-thick"></div>
<div class="guarantee">
<strong>if you work with me, I won't let you down.</strong> I'll be by your side all day long to solve any issues and answer all your questions.<br><br>
You will <span class="em">truly love this tool</span> — it's powerful and delivers real results.
I will provide you with fresh website lists covering the past <strong>two years</strong>, with near weekly updates.<br><br>
You'll get a <strong>huge amount of results</strong>. All you need to do is get a good RDP — I'll handle everything else for you.
</div>
<div class="terminal">
<div class="line" style="animation-delay:0.1s"><span class="c">[RDHQ]</span><span class="d"> ⟫</span> Loading WordPress list... <span class="g">14,203 targets</span></div>
<div class="line" style="animation-delay:0.25s"><span class="c">[RDHQ]</span><span class="d"> ⟫</span> Bruteforce engine armed — <span class="w">ready</span></div>
<div class="line" style="animation-delay:0.4s"><span class="c">[RDHQ]</span><span class="d"> ⟫</span> Scanning targets...</div>
<div class="line" style="animation-delay:0.55s"><span class="g">[✓]</span> <span class="g">admin:pass123</span> → shell deployed ✓</div>
<div class="line" style="animation-delay:0.7s"><span class="g">[✓]</span> <span class="g">admin:admin2024</span> → shell deployed ✓</div>
<div class="line" style="animation-delay:0.85s"><span class="g">[✓]</span> <span class="g">user:welcome1</span> → shell deployed ✓</div>
<div class="line" style="animation-delay:1.0s"><span class="c">[RDHQ]</span><span class="d"> ⟫</span> <span class="g">47 shells active</span> — collecting fresh results...</div>
<div class="line" style="animation-delay:1.15s"><span class="c">[RDHQ]</span><span class="d"> ⟫</span> <span class="highlight" style="color:#00ffc8">Operation complete — results saved</span> <span class="cursor"></span></div>
</div>
<div class="footer">
<div><strong>RDHQ</strong> — RiftDefenderHQ</div>
<span class="verified">✓ @QuantumRiftSecuritySupport</span>
</div>
</div>
</body>
</html>