Eval Villain のバージョン履歴 - 全 24 バージョン
Eval Villain 作成者: bemodtwz
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 2.11
リリース日 : 2024年11月13日 - 53.89 KBfirefox バージョン 58.0 以降 で動作Fixes bug where localStorage is not properly sourced
Improves encoder function for path search
Fixes mistake is sourcer debug statmentソースコードは GNU General Public License v3.0 only に従いリリースされています
Firefox をダウンロードして拡張機能を入手するこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 2.10
リリース日 : 2024年11月11日 - 53.74 KBfirefox バージョン 58.0 以降 で動作* Copy Eval Villain Injection or Config from the configuration page and paste into any JavaScript file to get Eval Villain into other browsers or contexts.
* Better defaults for actual testing. Including CSPT and postMessage sinks.
* Set limits on source banks in the configuration page
* Lots of refactoringソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.9
リリース日 : 2023年9月22日 - 41.75 KBfirefox バージョン 48.0 以降 で動作* Use evSourcer to dynamically add to sources via instrumentation.
* Use evSinker as a dynamic sink to be used with instrumentation.
* EV now warns when it fails to load in a frame.
* Replace console.log with console.info in the web page to avoid the pages logs cluttering up Eval Villain output.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.8
リリース日 : 2023年3月9日 - 40.88 KBfirefox バージョン 48.0 以降 で動作Fix output of regex needles without global flagソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.7
リリース日 : 2022年2月6日 - 40.87 KBfirefox バージョン 59.0 以降 で動作Add function URLSearchParams.get to default config, disabled by default
Spelling fixes
Fix scope to preventing vars leaking into `window`ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.6
リリース日 : 2021年7月26日 - 41.02 KBfirefox バージョン 59.0 以降 で動作Constructors (like `new Function`) are now hooked.
Better proto hooking (like `value(Range.createContextualFragment)`).ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.5
リリース日 : 2021年4月28日 - 40.82 KBfirefox バージョン 59.0 以降 で動作Fix bug where you couldn't delete a config item
Provided encoder function will provide a second parameter now, using `encoder("payload", true)` should cause the payload to be inserted into the DOM XSS source.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.4
リリース日 : 2021年4月15日 - 40.57 KBfirefox バージョン 59.0 以降 で動作Fix minor bug for configuration name collisionsソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.3
リリース日 : 2021年4月13日 - 40.48 KBfirefox バージョン 59.0 以降 で動作* When a encoded source is found in a sink, a encoding function in JavaScript will be printed to the console. This function lets you see how Eval Villain decoded the source, and lets you quickly encode your own payloads.
* Large text will receive it's own closed console.group to improve readability.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.2
リリース日 : 2021年1月26日 - 41.24 KBfirefox バージョン 59.0 以降 で動作2 Major Changes
* EV will now recursively decode DOM XSS sources for URL, base64 and JSON encoding. Decoded values will then be used to search input to the hooked functions.
* Blacklists were previously applied to all input. I found this to be mostly useless. Now blacklists are applied to decoded input sources. So you can blacklist `/^true$/` and a URL parameter that is set to `true` won't cause all `eval` calls containing `true` to be marked as interesting.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.1
リリース日 : 2020年7月14日 - 41.25 KBfirefox バージョン 59.0 以降 で動作It is now safe to hook decodeURI, and decodeURIComponent. This can be helpful for finding where inputs are parsed.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 2.0
リリース日 : 2020年3月9日 - 41.22 KBfirefox バージョン 59.0 以降 で動作Refactoring should improve speed and performance.
Monitors sinks for window nameソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.11
リリース日 : 2019年8月22日 - 40.49 KBfirefox バージョン 59.0 以降 で動作Types: enable/disable types that you are interested.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.10
リリース日 : 2019年8月6日 - 40.17 KBfirefox バージョン 59.0 以降 で動作Using `Reflect.apply` for proxying to reduce bugs. Thanks Mike Samuel!
Show argument types
Better handling of multiple arguments to a function.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.9
リリース日 : 2019年6月25日 - 40.01 KBfirefox バージョン 59.0 以降 で動作Features:
* Toggle Eval Villain with key commands
Bug fixes:
Functions are now hooked using `Proxy`. Eval Villain should break fewer pages. Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxyソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.8
リリース日 : 2019年6月13日 - 40.07 KBfirefox バージョン 59.0 以降 で動作URL Decode bug fixソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.7
リリース日 : 2019年6月11日 - 40.01 KBfirefox バージョン 59.0 以降 で動作Fixed bug in query searchソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.6
リリース日 : 2019年6月11日 - 40.01 KBfirefox バージョン 59.0 以降 で動作Function hooks now handle multiple arguments
Hook `Function` if you want, likely to break webpages though
Bug fixes/improved query searchソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.5
リリース日 : 2019年1月2日 - 36.47 KBfirefox バージョン 59.0 以降 で動作Handles malformed URI encoding without breaking code flow.
Having console.log remapped by the page should no longer interfere with output.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.4
リリース日 : 2018年8月14日 - 36.4 KBfirefox バージョン 59.0 以降, android バージョン 59.0 から 68.* で動作* fix URL decode logic bug
* No longer search for URL parameter names.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.3
リリース日 : 2018年8月10日 - 36.41 KBfirefox バージョン 59.0 以降, android バージョン 59.0 から 68.* で動作* fixed a couple RegEx needle highlighting bugs
* fragment and query search now also check if the value has been URL decoded.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.2
リリース日 : 2018年8月7日 - 35.91 KBfirefox バージョン 59.0 以降, android バージョン 59.0 から 68.* で動作This version just improves the UI some.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.1
リリース日 : 2018年8月2日 - 36.06 KBfirefox バージョン 59.0 以降, android バージョン 59.0 から 68.* で動作ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.0
リリース日 : 2018年8月2日 - 36.07 KBfirefox バージョン 59.0 以降, android バージョン 59.0 から 68.* で動作ソースコードは GNU General Public License v3.0 only に従いリリースされています