SILENT KILLERPanel

Current Path: > home > > > > transcarter > www > > > wp-content > plugins > wp-file-manager > lib > js > worker


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home////transcarter/www///wp-content/plugins/wp-file-manager/lib/js/worker

NameTypeSizeLast ModifiedActions
calcfilehash.js File 532 bytes June 30 2025 14:02:54.
quicklook.tiff.js File 225 bytes June 30 2025 14:02:54.
quicklook.unzip.js File 1842 bytes June 30 2025 14:02:54.

Reading File: /home////transcarter/www///wp-content/plugins/wp-file-manager/lib/js/worker/calcfilehash.js

var type = self.data.type,
	bin = self.data.bin,
	hashOpts = self.data.hashOpts;

self.res = {};
if (type === 'md5') {
	let sp = new self.SparkMD5.ArrayBuffer();
	sp.append(bin);
	self.res.hash = sp.end();
} else {
	let sha = new jsSHA('SHA' + (type.length === 5? type : ('-' + type)).toUpperCase(), 'ARRAYBUFFER'),
		opts = {};
	if (type === 'ke128') {
		opts.shakeLen = hashOpts.shake128len;
	} else if (type === 'ke256') {
		opts.shakeLen = hashOpts.shake256len;
	}
	sha.update(bin);
	self.res.hash = sha.getHash('HEX', opts);
}

SILENT KILLER Tool