Help
RSS
API
Feed
Maltego
Contact
Domain > 4wordtopdf.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-16
104.21.82.117
(
ClassC
)
2025-12-09
172.67.157.108
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Tue, 09 Dec 2025 12:09:40 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-alivelast-modified: Sat, 23 Aug 2025 13:45:41 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}vary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s8H5Z6%2BE3SMXljkE9O0XZg3lutxMkS5ZxauQZPnVAR4AlRbzbCioJYAKYmu6BnlmR82uq5tnX6PKkgpg2HJf1b4BK3Uc%2FieEZRrUZ8uCt}}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9ab465184ec33d49-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>4wordtopdf - Convert Word to PDF/title> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css relstylesheet> style> body { background: #f9f9f9; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; display: flex; flex-direction: column; min-height: 100vh; } header { background: #000; color: white; padding: 20px 0; text-align: center; font-size: 2rem; font-weight: bold; } .converter-box { background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); max-width: 500px; margin: 50px auto; } .progress { height: 25px; border-radius: 8px; overflow: hidden; } footer { background: #000; color: white; padding: 20px 0; margin-top: auto; } footer a { color: #ccc; text-decoration: none; transition: color 0.3s ease; } footer a:hover { color: #ff9800; } /style>/head>body>header> 4wordtopdf/header>div classcontainer> div classconverter-box text-center> h3 classmb-4>Convert Word to PDF/h3> !-- Botão estilizado para escolher arquivo --> div classinput-group mb-3> input typefile idfileInput classform-control d-none accept.doc,.docx> button classbtn btn-secondary typebutton idchooseBtn>Choose File/button> span classform-control text-start idfileName>No file selected/span> /div> button idconvertBtn classbtn btn-primary w-100>Convert/button> div classprogress mt-4 styledisplay:none;> div classprogress-bar progress-bar-striped progress-bar-animated bg-success roleprogressbar stylewidth: 0%;>0%/div> /div> p classmt-3 text-muted idstatusMsg>/p> /div>/div>footer> div classcontainer text-center> p classmb-1>© 2025 4wordtopdf - All rights reserved./p> div classmt-2> a hrefaboutus.html classmx-2>About Us/a> a hrefcontactus.html classmx-2>Contact/a> a hrefprivacypolicy.html classmx-2>Privacy Policy/a> a hreftermsofuse.html classmx-2>Terms of Use/a> a hrefdonate.html classmx-2>Donate/a> /div> /div>/footer>script>const API_SECRET WtADcTld3WpZbcHE0UmHTTMA7jC10tPQ; // sua API key ConvertAPIdocument.getElementById(chooseBtn).addEventListener(click, function() { document.getElementById(fileInput).click();});document.getElementById(fileInput).addEventListener(change, function() { let fileName this.files0 ? this.files0.name : No file selected; document.getElementById(fileName).innerText fileName;});document.getElementById(convertBtn).addEventListener(click, async function() { let fileInput document.getElementById(fileInput).files0; if (!fileInput) { alert(Please choose a Word file first!); return; } let progressBar document.querySelector(.progress); let progressBarFill document.querySelector(.progress-bar); let statusMsg document.getElementById(statusMsg); progressBar.style.display block; statusMsg.innerText Uploading and converting...; // Simulação visual do progresso let i 0; let interval setInterval(() > { if (i > 80) clearInterval(interval); i + 10; progressBarFill.style.width i + %; progressBarFill.innerText i + %; }, 400); let formData new FormData(); formData.append(File, fileInput); try { const response await fetch(`https://v2.convertapi.com/convert/docx/to/pdf?Secret${API_SECRET}&StoreFiletrue`, { method: POST, body: formData }); if (!response.ok) throw new Error(Conversion failed); const data await response.json(); if (!data.Files || !data.Files0 || !data.Files0.Url) { throw new Error(Converted file not available); } const fileUrl data.Files0.Url; progressBarFill.style.width 100%; progressBarFill.innerText 100%; statusMsg.innerText Conversion completed! Download starting...; const link document.createElement(a); link.href fileUrl; link.download converted.pdf; document.body.appendChild(link); link.click(); link.remove(); } catch (error) { alert(Error: + error.message); statusMsg.innerText Error during conversion.; }});/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
]