https://github.com/svent/jsdetox
A Javascript malware analysis tool
https://github.com/svent/jsdetox
Last synced: 8 months ago
JSON representation
A Javascript malware analysis tool
- Host: GitHub
- URL: https://github.com/svent/jsdetox
- Owner: svent
- Created: 2012-06-21T21:09:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T06:31:49.000Z (over 10 years ago)
- Last Synced: 2025-03-30T01:11:12.544Z (8 months ago)
- Language: Ruby
- Homepage: https://svent.dev/projects/jsdetox/
- Size: 1010 KB
- Stars: 595
- Watchers: 48
- Forks: 75
- Open Issues: 12
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
- awesome-ctf-resources - JSDetox - A JavaScript malware analysis tool. (Reversing)
README
= JSDetox
JSDetox is a Javascript malware analysis tool using static
analysis / deobfuscation techniques and an execution engine
featuring HTML DOM emulation.
Please see doc/INSTALL for information on how to install JSDetox
or visit http://relentless-coding.org/projects/jsdetox for more
information on this tool.
= License
JSDetox is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/