Versiegeschiedenis van Eval Villain - 24 versies
Eval Villain door bemodtwz
Wees voorzichtig met oude versies! Deze versies worden voor test- en referentiedoeleinden weergegeven.U dient altijd de meest recente versie van een add-on te gebruiken.
Nieuwste versie
Versie 2.11
Uitgegeven op 13 nov. 2024 - 53,89 KBWerkt met firefox 58.0 en laterFixes bug where localStorage is not properly sourced
Improves encoder function for path search
Fixes mistake is sourcer debug statmentBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Firefox downloaden en de extensie ontvangenU hebt Firefox nodig om deze extensie te gebruikenOudere versies
Versie 2.10
Uitgegeven op 11 nov. 2024 - 53,74 KBWerkt met firefox 58.0 en later* 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 refactoringBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.9
Uitgegeven op 22 sep. 2023 - 41,75 KBWerkt met firefox 48.0 en later* 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.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.8
Uitgegeven op 9 mrt. 2023 - 40,88 KBWerkt met firefox 48.0 en laterFix output of regex needles without global flagBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.7
Uitgegeven op 6 feb. 2022 - 40,87 KBWerkt met firefox 59.0 en laterAdd function URLSearchParams.get to default config, disabled by default
Spelling fixes
Fix scope to preventing vars leaking into `window`Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.6
Uitgegeven op 26 jul. 2021 - 41,02 KBWerkt met firefox 59.0 en laterConstructors (like `new Function`) are now hooked.
Better proto hooking (like `value(Range.createContextualFragment)`).Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.5
Uitgegeven op 28 apr. 2021 - 40,82 KBWerkt met firefox 59.0 en laterFix 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.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.4
Uitgegeven op 15 apr. 2021 - 40,57 KBWerkt met firefox 59.0 en laterFix minor bug for configuration name collisionsBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.3
Uitgegeven op 13 apr. 2021 - 40,48 KBWerkt met firefox 59.0 en later* 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.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.2
Uitgegeven op 26 jan. 2021 - 41,24 KBWerkt met firefox 59.0 en later2 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.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.1
Uitgegeven op 14 jul. 2020 - 41,25 KBWerkt met firefox 59.0 en laterIt is now safe to hook decodeURI, and decodeURIComponent. This can be helpful for finding where inputs are parsed.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 2.0
Uitgegeven op 9 mrt. 2020 - 41,22 KBWerkt met firefox 59.0 en laterRefactoring should improve speed and performance.
Monitors sinks for window nameBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.11
Uitgegeven op 22 aug. 2019 - 40,49 KBWerkt met firefox 59.0 en laterTypes: enable/disable types that you are interested.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.10
Uitgegeven op 6 aug. 2019 - 40,17 KBWerkt met firefox 59.0 en laterUsing `Reflect.apply` for proxying to reduce bugs. Thanks Mike Samuel!
Show argument types
Better handling of multiple arguments to a function.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.9
Uitgegeven op 25 jun. 2019 - 40,01 KBWerkt met firefox 59.0 en laterFeatures:
* 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/ProxyBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.8
Uitgegeven op 13 jun. 2019 - 40,07 KBWerkt met firefox 59.0 en laterURL Decode bug fixBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.7
Uitgegeven op 11 jun. 2019 - 40,01 KBWerkt met firefox 59.0 en laterFixed bug in query searchBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.6
Uitgegeven op 11 jun. 2019 - 40,01 KBWerkt met firefox 59.0 en laterFunction hooks now handle multiple arguments
Hook `Function` if you want, likely to break webpages though
Bug fixes/improved query searchBroncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.5
Uitgegeven op 2 jan. 2019 - 36,47 KBWerkt met firefox 59.0 en laterHandles malformed URI encoding without breaking code flow.
Having console.log remapped by the page should no longer interfere with output.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.4
Uitgegeven op 14 aug. 2018 - 36,4 KBWerkt met firefox 59.0 en later, android 59.0 tot 68.** fix URL decode logic bug
* No longer search for URL parameter names.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.3
Uitgegeven op 10 aug. 2018 - 36,41 KBWerkt met firefox 59.0 en later, android 59.0 tot 68.** fixed a couple RegEx needle highlighting bugs
* fragment and query search now also check if the value has been URL decoded.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.2
Uitgegeven op 7 aug. 2018 - 35,91 KBWerkt met firefox 59.0 en later, android 59.0 tot 68.*This version just improves the UI some.Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.1
Uitgegeven op 2 aug. 2018 - 36,06 KBWerkt met firefox 59.0 en later, android 59.0 tot 68.*Broncode vrijgegeven onder Alleen GNU General Public License v3.0
Versie 1.0
Uitgegeven op 2 aug. 2018 - 36,07 KBWerkt met firefox 59.0 en later, android 59.0 tot 68.*Broncode vrijgegeven onder Alleen GNU General Public License v3.0