Help
RSS
API
Feed
Maltego
Contact
Domain > phpuzmani.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2015-01-20
95.173.178.155
(
ClassC
)
2025-10-09
104.21.17.5
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Thu, 09 Oct 2025 14:22:39 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-alivex-powered-by: PHP/8.1.33Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sEfe6dwpSQL5%2F3nYxAbV9V1QCSopBOC1zOyG44n%2Fo9lMkvTsva08JUr3dfNdWHnAeH9rUP8fvOc5uw7W1tu%2FKmy15v5qTAEL1EklY}}vary: Accept-EncodingServer: cloudflarex-turbo-charged-by: LiteSpeedcf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}CF-RAY: 98be88080974fef4-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langtr>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta http-equivrefresh content5;urlhttps://ofo.dev> title>PHP UZMANI - phpuzmani.com/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Courier New, monospace; background: linear-gradient(135deg, #0a0a0a, #1a1a2e, #16213e); color: #00ff41; overflow: hidden; min-height: 100vh; position: relative; } /* Matrix Background Animation */ .matrix-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; } .matrix-bg::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient( 0deg, rgba(0, 255, 65, 0.03) 0px, rgba(0, 255, 65, 0.03) 1px, transparent 1px, transparent 2px ); animation: scan 2s linear infinite; } @keyframes scan { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } } .container { position: relative; z-index: 10; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; padding: 20px; text-align: center; } .hacker-header { font-size: 3rem; font-weight: bold; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px; text-shadow: 0 0 20px #00ff41, 0 0 40px #00ff41; animation: glow 2s ease-in-out infinite alternate; } @keyframes glow { from { text-shadow: 0 0 20px #00ff41, 0 0 40px #00ff41; } to { text-shadow: 0 0 30px #00ff41, 0 0 50px #00ff41, 0 0 70px #00ff41; } } .terminal { background: rgba(0, 20, 0, 0.9); border: 2px solid #00ff41; border-radius: 10px; padding: 30px; min-width: 400px; max-width: 600px; box-shadow: 0 0 20px rgba(0, 255, 65, 0.3), inset 0 0 20px rgba(0, 255, 65, 0.1); backdrop-filter: blur(10px); position: relative; overflow: hidden; } .terminal::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 30px; background: linear-gradient(90deg, #333, #555, #333); border-bottom: 1px solid #00ff41; } .terminal-header { position: absolute; top: 5px; left: 15px; color: #00ff41; font-size: 14px; font-weight: bold; } .terminal-buttons { position: absolute; top: 8px; right: 15px; display: flex; gap: 5px; } .terminal-button { width: 12px; height: 12px; border-radius: 50%; border: none; } .red { background: #ff5f56; } .yellow { background: #ffbd2e; } .green { background: #27ca3f; } .terminal-content { margin-top: 40px; font-size: 16px; line-height: 1.6; } .command { color: #00ff41; margin-bottom: 10px; animation: type 3s steps(40, end); overflow: hidden; white-space: nowrap; } @keyframes type { from { width: 0; } to { width: 100%; } } .response { color: #ffa500; margin-bottom: 15px; } .redirect-message { color: #ff6b6b; font-size: 18px; margin: 20px 0; animation: blink 1s infinite; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0.5; } } .countdown { font-size: 48px; font-weight: bold; color: #00ff41; margin: 20px 0; text-shadow: 0 0 20px #00ff41; animation: pulse 1s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } .progress-bar { width: 100%; height: 4px; background: rgba(0, 255, 65, 0.2); border-radius: 2px; margin-top: 20px; overflow: hidden; } .progress-fill { height: 100%; background: linear-gradient(90deg, #00ff41, #39ff14); border-radius: 2px; animation: progress 5s linear forwards; box-shadow: 0 0 10px #00ff41; } @keyframes progress { from { width: 100%; } to { width: 0%; } } .footer { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: #666; font-size: 12px; font-family: Arial, sans-serif; } /* Glitch Effect */ .glitch { position: relative; } .glitch::before, .glitch::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .glitch::before { animation: glitch-1 0.5s infinite; color: #ff0000; z-index: -1; } .glitch::after { animation: glitch-2 0.5s infinite; color: #00ffff; z-index: -2; } @keyframes glitch-1 { 0%, 100% { transform: translate(0); } 20% { transform: translate(-2px, 2px); } 40% { transform: translate(-2px, -2px); } 60% { transform: translate(2px, 2px); } 80% { transform: translate(2px, -2px); } } @keyframes glitch-2 { 0%, 100% { transform: translate(0); } 20% { transform: translate(2px, -2px); } 40% { transform: translate(2px, 2px); } 60% { transform: translate(-2px, -2px); } 80% { transform: translate(-2px, 2px); } } @media (max-width: 768px) { .hacker-header { font-size: 2rem; } .terminal { min-width: 300px; padding: 20px; } .countdown { font-size: 36px; } } /style>/head>body> div classmatrix-bg>/div> div classcontainer> h1 classhacker-header glitch data-textPHP UZMANI>PHP UZMANI/h1> div classterminal> div classterminal-header>a href/cdn-cgi/l/email-protection class__cf_email__ data-cfemailbfcdd0d0cbffcfd7cfcac5d2ded1d691dcd0d2>email protected/a>:~# redirect/div> div classterminal-buttons> div classterminal-button red>/div> div classterminal-button yellow>/div> div classterminal-button green>/div> /div> div classterminal-content> div classcommand>$ initiating secure redirect protocol.../div> div classresponse>✓ Connection established/div> div classresponse>✓ Target: ofo.dev/div> div classresponse>✓ Security check passed/div> div classredirect-message> 🚀 REDIRECTING IN span idcountdown>5/span> SECONDS... /div> div classprogress-bar> div classprogress-fill>/div> /div> /div> /div> /div> div classfooter> © 2025 a hrefhttps://phpuzmani.com>phpuzmani.com/a> PHP UZMANI -> a hrefhttps://ofo.dev>ofo.dev/a> -> PHP UZMANI /div> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> let countdown 5; const countdownElement document.getElementById(countdown); // Add some random matrix-like characters in background function createMatrixRain() { const chars 01アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヲン; const rainContainer document.querySelector(.matrix-bg); for (let i 0; i 20; i++) { setTimeout(() > { const char document.createElement(div); char.textContent charsMath.floor(Math.random() * chars.length); char.style.position absolute; char.style.left Math.random() * 100 + %; char.style.color #00ff41; char.style.fontSize Math.random() * 20 + 10 + px; char.style.opacity 0.1; char.style.animation `fall ${Math.random() * 3 + 2}s linear infinite`; char.style.animationDelay Math.random() * 2 + s; rainContainer.appendChild(char); setTimeout(() > { char.remove(); }, 5000); }, i * 100); } } // Create falling animation for matrix chars const style document.createElement(style); style.textContent ` @keyframes fall { from { transform: translateY(-100vh); } to { transform: translateY(100vh); } } `; document.head.appendChild(style); const timer setInterval(() > { countdown--; countdownElement.textContent countdown; if (countdown 0) { clearInterval(timer); // Add exit effect document.body.style.animation fadeOut 0.5s forwards; setTimeout(() > { window.location.href https://ofo.dev; }, 500); } // Create matrix rain effect every second if (countdown > 0) { createMatrixRain(); } }, 1000); // Initial matrix rain createMatrixRain(); // Add fade out animation const fadeStyle document.createElement(style); fadeStyle.textContent ` @keyframes fadeOut { to { opacity: 0; transform: scale(0.9); } } `; document.head.appendChild(fadeStyle); // Typing effect for commands const commands document.querySelectorAll(.command); commands.forEach((cmd, index) > { cmd.style.animationDelay index * 0.5 + s; }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]