Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

Eval Villain のバージョン履歴 - 全 24 バージョン

Eval Villain 作成者: bemodtwz

5 段階中 3.7 の評価
5 段階中 3.7 の評価
5
2
4
0
3
0
2
0
1
1
Eval Villain のバージョン履歴 - 全 24 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 2.11

    リリース日 : 2024年11月13日 - 53.89 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 48.0 以降 で動作
    Fix output of regex needles without global flag

    ソースコードは GNU General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 2.7

    リリース日 : 2022年2月6日 - 40.87 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 59.0 以降 で動作
    Fix minor bug for configuration name collisions

    ソースコードは GNU General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 2.3

    リリース日 : 2021年4月13日 - 40.48 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 59.0 以降 で動作
    Types: enable/disable types that you are interested.

    ソースコードは GNU General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.10

    リリース日 : 2019年8月6日 - 40.17 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 59.0 以降 で動作
    URL Decode bug fix

    ソースコードは GNU General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.7

    リリース日 : 2019年6月11日 - 40.01 KB
    firefox バージョン 59.0 以降 で動作
    Fixed bug in query search

    ソースコードは GNU General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.6

    リリース日 : 2019年6月11日 - 40.01 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 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 KB
    firefox バージョン 59.0 以降, android バージョン 59.0 から 68.* で動作

    ソースコードは GNU General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0

    リリース日 : 2018年8月2日 - 36.07 KB
    firefox バージョン 59.0 以降, android バージョン 59.0 から 68.* で動作

    ソースコードは GNU General Public License v3.0 only に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。