Samsung / jalangi2

Dynamic analysis framework for JavaScript
Apache License 2.0
435 stars 119 forks source link

Proxy #86

Closed christofferqa closed 8 years ago

christofferqa commented 8 years ago

This pull request proposes a number of fixes to the proxy, and should solve issues #66, #70, #77, and #78:

The pull request also:

  1. Removes the need for running the proxy script from inside a tmp/ folder; it will automatically store the files in a folder named cache/.
  2. Adds an option --auto-disable to the mitmproxywrapper.py script, which automatically disables the proxy when the script is interrupted (rather than having to rerun the script).
  3. Removes content security policies since they may block jalangi from executing
ksen007 commented 8 years ago

Thanks.