Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipemgs/poisonjs
PoisonJS - De-obfuscate eval-based JavaScript obfuscation with monkey-patched eval(-like) functions.
https://github.com/filipemgs/poisonjs
deobfuscator javascript javascript-tools malware-analysis
Last synced: about 2 months ago
JSON representation
PoisonJS - De-obfuscate eval-based JavaScript obfuscation with monkey-patched eval(-like) functions.
- Host: GitHub
- URL: https://github.com/filipemgs/poisonjs
- Owner: filipemgs
- License: gpl-3.0
- Created: 2017-08-12T10:46:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T20:09:05.000Z (almost 5 years ago)
- Last Synced: 2024-08-04T09:06:15.863Z (5 months ago)
- Topics: deobfuscator, javascript, javascript-tools, malware-analysis
- Language: JavaScript
- Size: 19.5 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **1**星 - De-obfuscate eval-based JavaScript obfuscation with monkey-patched eval(-like) functions. (<a id="295e14c39bf33cd5136be8ced9383746"></a>工具 / <a id="3bd67ee9f322e2c85854991c85ed6da0"></a>投毒&&Poisoning)
README
# poisonjs
PoisonJS - De-obfuscate eval-based JavaScript obfuscation with monkey-patched eval(-like) functions.(n.b. old project with old dependencies)
## Demo
https://filipemgs.github.io/poisonjs/## Setup
```bash
npm i
npm run build
```## Run
Open `deploy/browser/index.html` on your Browser.