Help
RSS
API
Feed
Maltego
Contact
Domain > audioconverter.io
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-10
104.21.53.13
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 09 Dec 2024 15:36:56 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveLocation: https://audioconverter.io/CF-Cache-Status: DYNAMICRepo html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.18.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 09 Dec 2024 15:36:56 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-alivelast-modified: Mon, 19 Feb 2024 08:15:10 GMTCF-Cache-Status: DYNAMICReport-To: !DOCTYPE html>html langen>head>title>Audio Converter/title> meta nametitle contentAudio Converter> script typetext/javascript> // GLOBALS window.AudioContext (window.AudioContext || window.webkitAudioContext); let audioBufferArray ; let maxFileSizeMegabytes 20; const uploadUrl https://audioconverter.io/api/convert; // const uploadUrl http://192.168.21.167:9030/convert; // const uploadUrl http://vcapi.puwu.biz/convert; const Formats mp3, wav, aac, m4a, ogg, flac, amr, mp2, m4r; function checkFormat(filename) { const results Formats.filter(function(format){ return format filename.substring(filename.lastIndexOf(.) + 1).toLowerCase() }); console.log(file valid?, results.length); return results.length > 0 } function loadFiles(files) { for (let i0; ifiles.length; i++) { loadAudioFile(filesi) } } // load audio file from local function loadAudioFile(file) { if (file null) return; if (!checkFormat(file.name)) { alert(invalid file format: + file.name); return; } if (file.size > maxFileSizeMegabytes * 1000 * 1000) { alert(Sorry, that file is too big. Your audio file needs to be under + maxFileSizeMegabytes + megabytes.); return; } let filename file.name.replace(/s/g, ); let renamedFile new File(file, filename, {type: file.type}); audioBufferArray.push(renamedFile); insertInfo2List(renamedFile); } function downloadFromUrl() { let url document.getElementById(urlTxt).value; console.log(---------->download url: + url); if (url null || url ) { return; } let filename url.substring(url.lastIndexOf(/) + 1).replace(/s/g, ); console.log(filename:, filename); fetch(url).then( res > { console.log(file , res); if (res.status 200) { res.blob().then(
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
]