0

Is there any open source alternative to Wepawet ? I need to study techniques of JavaScript malware detection.

AviD
  • 72,138
  • 22
  • 136
  • 218

1 Answers1

1

If you're familiar with JSUnpack, it's a brilliant tool which has been made for the deobfuscation and detection of malicious javascript files.

It is open source, and available here: https://code.google.com/p/jsunpack-n/

Additionally, on top of javascript, it can scan the following file types:

  • PDF files - samples/sample-pdf.file
  • Packet Captures - samples/sample-http-exploit.pcap
  • HTML files
  • SWF files
infosec
  • 331
  • 1
  • 5