
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
tmx-deobfuscator
Advanced tools
Quick and easy deobfuscation of ThreatMetrix dynamic files with no worries
tmx-deobfuscator
is a quick and easy solution for deobfuscating ThreatMetrix dynamic files with no worries.
Install globally via npm:
npm install -g tmx-deobfuscator
You can use tmx-deobfuscator
both programmatically in code or via CLI.
const tmx_deobfuscator = require("tmx-deobfuscator");
const deobfuscated_code = tmx_deobfuscator.deobfuscate("example.js");
console.log(deobfuscated_code);
You can also specify an output file:
const tmx_deobfuscator = require("tmx-deobfuscator");
tmx_deobfuscator.deobfuscate("example.js", "example_deobfuscated.js");
Or directly pass the code as a string:
const tmx_deobfuscator = require("tmx-deobfuscator");
let code = require("fs").readFileSync("example.js", "utf8");
const deobfuscated_code = tmx_deobfuscator.deobfuscate(code);
tmx_deobfuscator <input_file> -o <output_file>
Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.
This project is licensed under the MIT License.
Stay connected and follow me on:
For any questions or feedback, feel free to reach out!
[1.1.0] - 2023-06-24
tmx_deobfuscator.decode
to tmx_deobfuscator.deobfuscate
for clarity and better understanding of the method's functionality.FAQs
Quick and easy deobfuscation of ThreatMetrix dynamic files with no worries
The npm package tmx-deobfuscator receives a total of 0 weekly downloads. As such, tmx-deobfuscator popularity was classified as not popular.
We found that tmx-deobfuscator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.